Html Css Color HEX #DF4CA8 Brilliant Rose

📋 copy color: '#DF4CA8'

red 223 ◦ green 76 ◦ blue 168

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

Shades of Brilliant Rose #DF4CA8

Tints of Brilliant Rose #DF4CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 47.75%
G = 16.27%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF4CA8 (or 0xDF4CA8) is known color: Brilliant Rose. HEX triplet: DF, 4C and A8. RGB value is (223,76,168). Sum of RGB (Red+Green+Blue) = 223+76+168=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4CA8 is #20B357. Grayscale: #828282. Windows color (decimal): -2143064 or 11029727. OLE color: 11029727.

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

Color convert

RGB 223 76 168 -
CMYK 0 0.66 0.25 0.13
HSL 322.45º 0.7% 0.59% -
HSV(B) 322.45º 0.66% 0.87% -
XYZ 40.08 23.68 39.5 -
YUV 130.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 223 76 168 0 0.66 0.25 0.13 322.45 0.7 0.59
Hex DF 4C A8 0 42 19 D 142 46 3B
Octal 337 114 250 0 102 31 15 502 106 73
Binary 11011111 1001100 10101000 0 1000010 11001 1101 101000010 1000110 111011

Color Harmonies of #DF4CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4CA8

Black with #DF4CA8

Text Example


Text Example

White with #DF4CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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