Html Css Color HEX #DA2697 Deep Cerise

📋 copy color: '#DA2697'

red 218 ◦ green 38 ◦ blue 151

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

Shades of Deep Cerise #DA2697

Tints of Deep Cerise #DA2697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 53.56%
G = 9.34%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA2697 (or 0xDA2697) is known color: Deep Cerise. HEX triplet: DA, 26 and 97. RGB value is (218,38,151). Sum of RGB (Red+Green+Blue) = 218+38+151=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2697 is #25D968. Grayscale: #686868. Windows color (decimal): -2480489 or 9905882. OLE color: 9905882.

HSL color Cylindrical-coordinate representation of color #DA2697: hue angle of 322.33º 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 #DA2697 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 151 -
CMYK 0 0.83 0.31 0.15
HSL 322.33º 0.71% 0.5% -
HSV(B) 322.33º 0.83% 0.85% -
XYZ 35.19 18.53 31 -
YUV 104.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 218 38 151 0 0.83 0.31 0.15 322.33 0.71 0.5
Hex DA 26 97 0 53 1F F 142 47 32
Octal 332 46 227 0 123 37 17 502 107 62
Binary 11011010 100110 10010111 0 1010011 11111 1111 101000010 1000111 110010

Color Harmonies of #DA2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2697

Black with #DA2697

Text Example


Text Example

White with #DA2697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2697; }

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

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

background-color css

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

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

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

border-color css

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

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

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