Html Css Color HEX #DA2692 Deep Cerise

📋 copy color: '#DA2692'

red 218 ◦ green 38 ◦ blue 146

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

Shades of Deep Cerise #DA2692

Tints of Deep Cerise #DA2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 54.23%
G = 9.45%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA2692 (or 0xDA2692) is known color: Deep Cerise. HEX triplet: DA, 26 and 92. RGB value is (218,38,146). Sum of RGB (Red+Green+Blue) = 218+38+146=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2692 is #25D96D. Grayscale: #676767. Windows color (decimal): -2480494 or 9578202. OLE color: 9578202.

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

Color convert

RGB 218 38 146 -
CMYK 0 0.83 0.33 0.15
HSL 324º 0.71% 0.5% -
HSV(B) 324º 0.83% 0.85% -
XYZ 34.79 18.37 28.91 -
YUV 104.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 218 38 146 0 0.83 0.33 0.15 324 0.71 0.5
Hex DA 26 92 0 53 21 F 144 47 32
Octal 332 46 222 0 123 41 17 504 107 62
Binary 11011010 100110 10010010 0 1010011 100001 1111 101000100 1000111 110010

Color Harmonies of #DA2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2692

Black with #DA2692

Text Example


Text Example

White with #DA2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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