Html Css Color HEX #DD6BA4 Pale Violet Red

📋 copy color: '#DD6BA4'

red 221 ◦ green 107 ◦ blue 164

#DD6BA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DD6BA4

Tints of Pale Violet Red #DD6BA4

RGB

 RED value IS 221 (86.72% from 255) = 44.92%

 GREEN value IS 107 (42.19% from 255) = 21.75%

 BLUE value IS 164 (64.45% from 255) = 33.33%

R = 44.92%
G = 21.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD6BA4 (or 0xDD6BA4) is known color: Pale Violet Red. HEX triplet: DD, 6B and A4. RGB value is (221,107,164). Sum of RGB (Red+Green+Blue) = 221+107+164=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BA4 is #22945B. Grayscale: #939393. Windows color (decimal): -2266204 or 10775517. OLE color: 10775517.

HSL color Cylindrical-coordinate representation of color #DD6BA4: hue angle of 330º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BA4 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 164 -
CMYK 0 0.52 0.26 0.13
HSL 330º 0.63% 0.64% -
HSV(B) 330º 0.52% 0.87% -
XYZ 41.78 28.57 38.43 -
YUV 147.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 221 107 164 0 0.52 0.26 0.13 330 0.63 0.64
Hex DD 6B A4 0 34 1A D 14A 3F 40
Octal 335 153 244 0 64 32 15 512 77 100
Binary 11011101 1101011 10100100 0 110100 11010 1101 101001010 111111 1000000

Color Harmonies of #DD6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BA4

Black with #DD6BA4

Text Example


Text Example

White with #DD6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BA4; }

 p { color: rgb(221,107,164); }

 H1.HeaderClassName
 {
   color: #DD6BA4;
 }
 .AnyTagClassName
 {
   color: #DD6BA4;
 }
</style>

background-color css

<style>
 a { background-color: #DD6BA4; }

 a { background-color: rgb(221,107,164); }

 div.DivClassName
 {
   background-color: #DD6BA4;
 }
 .BgClassName
 {
   background-color: #DD6BA4;
 }
</style>

border-color css

<style>
 span { border-color: #DD6BA4; }

 span { border-color: rgb(221,107,164); }

 td.TdClassName
 {
   border-color: #DD6BA4;
 }
 .TagClassName
 {
   border-color: #DD6BA4;
 }
</style>