Html Css Color HEX #DF4BA8 Brilliant Rose

📋 copy color: '#DF4BA8'

red 223 ◦ green 75 ◦ blue 168

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

Shades of Brilliant Rose #DF4BA8

Tints of Brilliant Rose #DF4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.09%

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

R = 47.85%
G = 16.09%
B = 36.05%

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

#DF4BA8 (or 0xDF4BA8) is known color: Brilliant Rose. HEX triplet: DF, 4B and A8. RGB value is (223,75,168). Sum of RGB (Red+Green+Blue) = 223+75+168=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4BA8 is #20B457. Grayscale: #818181. Windows color (decimal): -2143320 or 11029471. OLE color: 11029471.

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

Color convert

RGB 223 75 168 -
CMYK 0 0.66 0.25 0.13
HSL 322.3º 0.7% 0.58% -
HSV(B) 322.3º 0.66% 0.87% -
XYZ 40.02 23.55 39.48 -
YUV 129.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 223 75 168 0 0.66 0.25 0.13 322.3 0.7 0.58
Hex DF 4B A8 0 42 19 D 142 46 3A
Octal 337 113 250 0 102 31 15 502 106 72
Binary 11011111 1001011 10101000 0 1000010 11001 1101 101000010 1000110 111010

Color Harmonies of #DF4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BA8

Black with #DF4BA8

Text Example


Text Example

White with #DF4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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