Html Css Color HEX #D02698 Deep Cerise

📋 copy color: '#D02698'

red 208 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D02698

Tints of Deep Cerise #D02698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.55%

 BLUE value IS 152 (59.77% from 255) = 38.19%

R = 52.26%
G = 9.55%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D02698 (or 0xD02698) is known color: Deep Cerise. HEX triplet: D0, 26 and 98. RGB value is (208,38,152). Sum of RGB (Red+Green+Blue) = 208+38+152=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D02698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02698 is #2FD967. Grayscale: #656565. Windows color (decimal): -3135848 or 9971408. OLE color: 9971408.

HSL color Cylindrical-coordinate representation of color #D02698: hue angle of 319.76º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02698 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 152 -
CMYK 0 0.82 0.27 0.18
HSL 319.76º 0.69% 0.48% -
HSV(B) 319.76º 0.82% 0.82% -
XYZ 32.37 17.06 31.29 -
YUV 101.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 208 38 152 0 0.82 0.27 0.18 319.76 0.69 0.48
Hex D0 26 98 0 52 1B 12 140 45 30
Octal 320 46 230 0 122 33 22 500 105 60
Binary 11010000 100110 10011000 0 1010010 11011 10010 101000000 1000101 110000

Color Harmonies of #D02698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02698

Black with #D02698

Text Example


Text Example

White with #D02698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02698; }

 p { color: rgb(208,38,152); }

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

background-color css

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

 a { background-color: rgb(208,38,152); }

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

border-color css

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

 span { border-color: rgb(208,38,152); }

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