Html Css Color HEX #DA2698 Deep Cerise

📋 copy color: '#DA2698'

red 218 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #DA2698

Tints of Deep Cerise #DA2698

RGB

 RED value IS 218 (85.55% from 255) = 53.43%

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

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

R = 53.43%
G = 9.31%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA2698 (or 0xDA2698) is known color: Deep Cerise. HEX triplet: DA, 26 and 98. RGB value is (218,38,152). Sum of RGB (Red+Green+Blue) = 218+38+152=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2698 is #25D967. Grayscale: #686868. Windows color (decimal): -2480488 or 9971418. OLE color: 9971418.

HSL color Cylindrical-coordinate representation of color #DA2698: hue angle of 322º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2698 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 152 -
CMYK 0 0.83 0.30 0.15
HSL 322º 0.71% 0.5% -
HSV(B) 322º 0.83% 0.85% -
XYZ 35.27 18.56 31.43 -
YUV 104.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 218 38 152 0 0.83 0.30 0.15 322 0.71 0.5
Hex DA 26 98 0 53 1E F 142 47 32
Octal 332 46 230 0 123 36 17 502 107 62
Binary 11011010 100110 10011000 0 1010011 11110 1111 101000010 1000111 110010

Color Harmonies of #DA2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2698

Black with #DA2698

Text Example


Text Example

White with #DA2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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