Html Css Color HEX #DC069A Hollywood Cerise

📋 copy color: '#DC069A'

red 220 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #DC069A

Tints of Hollywood Cerise #DC069A

RGB

 RED value IS 220 (86.33% from 255) = 57.89%

 GREEN value IS 6 (2.73% from 255) = 1.58%

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

R = 57.89%
G = 1.58%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC069A (or 0xDC069A) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9A. RGB value is (220,6,154). Sum of RGB (Red+Green+Blue) = 220+6+154=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069A is #23F965. Grayscale: #565656. Windows color (decimal): -2357606 or 10094300. OLE color: 10094300.

HSL color Cylindrical-coordinate representation of color #DC069A: hue angle of 318.5º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC069A is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 154 -
CMYK 0 0.97 0.3 0.14
HSL 318.5º 0.95% 0.44% -
HSV(B) 318.5º 0.97% 0.86% -
XYZ 35.41 17.68 32.12 -
YUV 86.86 165.9 222.97 -
System Red Green Blue C M Y K H S L
Decimal 220 6 154 0 0.97 0.3 0.14 318.5 0.95 0.44
Hex DC 6 9A 0 61 1E E 13F 5F 2C
Octal 334 6 232 0 141 36 16 477 137 54
Binary 11011100 110 10011010 0 1100001 11110 1110 100111111 1011111 101100

Color Harmonies of #DC069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC069A

Black with #DC069A

Text Example


Text Example

White with #DC069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC069A; }

 p { color: rgb(220,6,154); }

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

background-color css

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

 a { background-color: rgb(220,6,154); }

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

border-color css

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

 span { border-color: rgb(220,6,154); }

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