Html Css Color HEX #DD4CAC Brilliant Rose

📋 copy color: '#DD4CAC'

red 221 ◦ green 76 ◦ blue 172

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

Shades of Brilliant Rose #DD4CAC

Tints of Brilliant Rose #DD4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.2%

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 47.12%
G = 16.2%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD4CAC (or 0xDD4CAC) is known color: Brilliant Rose. HEX triplet: DD, 4C and AC. RGB value is (221,76,172). Sum of RGB (Red+Green+Blue) = 221+76+172=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CAC is #22B353. Grayscale: #828282. Windows color (decimal): -2274132 or 11291869. OLE color: 11291869.

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

Color convert

RGB 221 76 172 -
CMYK 0 0.66 0.22 0.13
HSL 320.28º 0.68% 0.58% -
HSV(B) 320.28º 0.66% 0.87% -
XYZ 39.85 23.52 41.47 -
YUV 130.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 221 76 172 0 0.66 0.22 0.13 320.28 0.68 0.58
Hex DD 4C AC 0 42 16 D 140 44 3A
Octal 335 114 254 0 102 26 15 500 104 72
Binary 11011101 1001100 10101100 0 1000010 10110 1101 101000000 1000100 111010

Color Harmonies of #DD4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CAC

Black with #DD4CAC

Text Example


Text Example

White with #DD4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CAC; }

 p { color: rgb(221,76,172); }

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

background-color css

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

 a { background-color: rgb(221,76,172); }

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

border-color css

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

 span { border-color: rgb(221,76,172); }

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