Html Css Color HEX #DD4CAA Brilliant Rose

📋 copy color: '#DD4CAA'

red 221 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #DD4CAA

Tints of Brilliant Rose #DD4CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 47.32%
G = 16.27%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD4CAA (or 0xDD4CAA) is known color: Brilliant Rose. HEX triplet: DD, 4C and AA. RGB value is (221,76,170). Sum of RGB (Red+Green+Blue) = 221+76+170=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CAA is #22B355. Grayscale: #818181. Windows color (decimal): -2274134 or 11160797. OLE color: 11160797.

HSL color Cylindrical-coordinate representation of color #DD4CAA: hue angle of 321.1º 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 #DD4CAA is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 170 -
CMYK 0 0.66 0.23 0.13
HSL 321.1º 0.68% 0.58% -
HSV(B) 321.1º 0.66% 0.87% -
XYZ 39.66 23.44 40.46 -
YUV 130.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 221 76 170 0 0.66 0.23 0.13 321.1 0.68 0.58
Hex DD 4C AA 0 42 17 D 141 44 3A
Octal 335 114 252 0 102 27 15 501 104 72
Binary 11011101 1001100 10101010 0 1000010 10111 1101 101000001 1000100 111010

Color Harmonies of #DD4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CAA

Black with #DD4CAA

Text Example


Text Example

White with #DD4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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