Html Css Color HEX #DF139A Hollywood Cerise

📋 copy color: '#DF139A'

red 223 ◦ green 19 ◦ blue 154

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

Shades of Hollywood Cerise #DF139A

Tints of Hollywood Cerise #DF139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 56.31%
G = 4.8%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF139A (or 0xDF139A) is known color: Hollywood Cerise. HEX triplet: DF, 13 and 9A. RGB value is (223,19,154). Sum of RGB (Red+Green+Blue) = 223+19+154=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF139A is #20EC65. Grayscale: #5F5F5F. Windows color (decimal): -2157670 or 10097631. OLE color: 10097631.

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

Color convert

RGB 223 19 154 -
CMYK 0 0.91 0.31 0.13
HSL 320.29º 0.84% 0.47% -
HSV(B) 320.29º 0.91% 0.87% -
XYZ 36.5 18.49 32.22 -
YUV 95.39 161.09 219.02 -
System Red Green Blue C M Y K H S L
Decimal 223 19 154 0 0.91 0.31 0.13 320.29 0.84 0.47
Hex DF 13 9A 0 5B 1F D 140 54 2F
Octal 337 23 232 0 133 37 15 500 124 57
Binary 11011111 10011 10011010 0 1011011 11111 1101 101000000 1010100 101111

Color Harmonies of #DF139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF139A

Black with #DF139A

Text Example


Text Example

White with #DF139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF139A; }

 p { color: rgb(223,19,154); }

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

background-color css

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

 a { background-color: rgb(223,19,154); }

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

border-color css

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

 span { border-color: rgb(223,19,154); }

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