Html Css Color HEX #D02F8A Deep Cerise

📋 copy color: '#D02F8A'

red 208 ◦ green 47 ◦ blue 138

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

Shades of Deep Cerise #D02F8A

Tints of Deep Cerise #D02F8A

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

 GREEN value IS 47 (18.75% from 255) = 11.96%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 52.93%
G = 11.96%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D02F8A (or 0xD02F8A) is known color: Deep Cerise. HEX triplet: D0, 2F and 8A. RGB value is (208,47,138). Sum of RGB (Red+Green+Blue) = 208+47+138=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F8A is #2FD075. Grayscale: #696969. Windows color (decimal): -3133558 or 9056208. OLE color: 9056208.

HSL color Cylindrical-coordinate representation of color #D02F8A: hue angle of 326.09º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F8A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 138 -
CMYK 0 0.77 0.34 0.18
HSL 326.09º 0.63% 0.5% -
HSV(B) 326.09º 0.77% 0.82% -
XYZ 31.62 17.28 25.71 -
YUV 105.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 208 47 138 0 0.77 0.34 0.18 326.09 0.63 0.5
Hex D0 2F 8A 0 4D 22 12 146 3F 32
Octal 320 57 212 0 115 42 22 506 77 62
Binary 11010000 101111 10001010 0 1001101 100010 10010 101000110 111111 110010

Color Harmonies of #D02F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F8A

Black with #D02F8A

Text Example


Text Example

White with #D02F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F8A; }

 p { color: rgb(208,47,138); }

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

background-color css

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

 a { background-color: rgb(208,47,138); }

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

border-color css

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

 span { border-color: rgb(208,47,138); }

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