Html Css Color HEX #DF0BAF Hollywood Cerise

📋 copy color: '#DF0BAF'

red 223 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #DF0BAF

Tints of Hollywood Cerise #DF0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 54.52%
G = 2.69%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF0BAF (or 0xDF0BAF) is known color: Hollywood Cerise. HEX triplet: DF, 0B and AF. RGB value is (223,11,175). Sum of RGB (Red+Green+Blue) = 223+11+175=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0BAF is #20F450. Grayscale: #5C5C5C. Windows color (decimal): -2159697 or 11471839. OLE color: 11471839.

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

Color convert

RGB 223 11 175 -
CMYK 0 0.95 0.22 0.13
HSL 313.58º 0.91% 0.46% -
HSV(B) 313.58º 0.95% 0.87% -
XYZ 38.29 19.02 42.21 -
YUV 93.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 223 11 175 0 0.95 0.22 0.13 313.58 0.91 0.46
Hex DF B AF 0 5F 16 D 13A 5B 2E
Octal 337 13 257 0 137 26 15 472 133 56
Binary 11011111 1011 10101111 0 1011111 10110 1101 100111010 1011011 101110

Color Harmonies of #DF0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0BAF

Black with #DF0BAF

Text Example


Text Example

White with #DF0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0BAF; }

 p { color: rgb(223,11,175); }

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

background-color css

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

 a { background-color: rgb(223,11,175); }

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

border-color css

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

 span { border-color: rgb(223,11,175); }

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