Html Css Color HEX #DF4CAA Brilliant Rose

📋 copy color: '#DF4CAA'

red 223 ◦ green 76 ◦ blue 170

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

Shades of Brilliant Rose #DF4CAA

Tints of Brilliant Rose #DF4CAA

RGB

 RED value IS 223 (87.5% from 255) = 47.55%

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

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

R = 47.55%
G = 16.2%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF4CAA (or 0xDF4CAA) is known color: Brilliant Rose. HEX triplet: DF, 4C and AA. RGB value is (223,76,170). Sum of RGB (Red+Green+Blue) = 223+76+170=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4CAA is #20B355. Grayscale: #828282. Windows color (decimal): -2143062 or 11160799. OLE color: 11160799.

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

Color convert

RGB 223 76 170 -
CMYK 0 0.66 0.24 0.13
HSL 321.63º 0.7% 0.59% -
HSV(B) 321.63º 0.66% 0.87% -
XYZ 40.27 23.76 40.49 -
YUV 130.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 223 76 170 0 0.66 0.24 0.13 321.63 0.7 0.59
Hex DF 4C AA 0 42 18 D 142 46 3B
Octal 337 114 252 0 102 30 15 502 106 73
Binary 11011111 1001100 10101010 0 1000010 11000 1101 101000010 1000110 111011

Color Harmonies of #DF4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4CAA

Black with #DF4CAA

Text Example


Text Example

White with #DF4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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