Html Css Color HEX #DF018B Hollywood Cerise

📋 copy color: '#DF018B'

red 223 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #DF018B

Tints of Hollywood Cerise #DF018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 61.43%
G = 0.28%
B = 38.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF018B (or 0xDF018B) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 8B. RGB value is (223,1,139). Sum of RGB (Red+Green+Blue) = 223+1+139=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF018B is #20FE74. Grayscale: #525252. Windows color (decimal): -2162293 or 9109983. OLE color: 9109983.

HSL color Cylindrical-coordinate representation of color #DF018B: hue angle of 322.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF018B is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 139 -
CMYK 0 1.00 0.38 0.13
HSL 322.7º 0.99% 0.44% -
HSV(B) 322.7º 1% 0.87% -
XYZ 35.1 17.57 25.97 -
YUV 83.11 159.55 227.78 -
System Red Green Blue C M Y K H S L
Decimal 223 1 139 0 1.00 0.38 0.13 322.7 0.99 0.44
Hex DF 1 8B 0 64 26 D 143 63 2C
Octal 337 1 213 0 144 46 15 503 143 54
Binary 11011111 1 10001011 0 1100100 100110 1101 101000011 1100011 101100

Color Harmonies of #DF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF018B

Black with #DF018B

Text Example


Text Example

White with #DF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF018B; }

 p { color: rgb(223,1,139); }

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

background-color css

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

 a { background-color: rgb(223,1,139); }

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

border-color css

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

 span { border-color: rgb(223,1,139); }

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