Html Css Color HEX #DD4DAB Brilliant Rose

📋 copy color: '#DD4DAB'

red 221 ◦ green 77 ◦ blue 171

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

Shades of Brilliant Rose #DD4DAB

Tints of Brilliant Rose #DD4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 47.12%
G = 16.42%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD4DAB (or 0xDD4DAB) is known color: Brilliant Rose. HEX triplet: DD, 4D and AB. RGB value is (221,77,171). Sum of RGB (Red+Green+Blue) = 221+77+171=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DAB is #22B254. Grayscale: #828282. Windows color (decimal): -2273877 or 11226589. OLE color: 11226589.

HSL color Cylindrical-coordinate representation of color #DD4DAB: hue angle of 320.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 171 -
CMYK 0 0.65 0.23 0.13
HSL 320.83º 0.68% 0.58% -
HSV(B) 320.83º 0.65% 0.87% -
XYZ 39.82 23.62 40.99 -
YUV 130.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 221 77 171 0 0.65 0.23 0.13 320.83 0.68 0.58
Hex DD 4D AB 0 41 17 D 141 44 3A
Octal 335 115 253 0 101 27 15 501 104 72
Binary 11011101 1001101 10101011 0 1000001 10111 1101 101000001 1000100 111010

Color Harmonies of #DD4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DAB

Black with #DD4DAB

Text Example


Text Example

White with #DD4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DAB; }

 p { color: rgb(221,77,171); }

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

background-color css

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

 a { background-color: rgb(221,77,171); }

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

border-color css

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

 span { border-color: rgb(221,77,171); }

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