Html Css Color HEX #DA369E Deep Cerise

📋 copy color: '#DA369E'

red 218 ◦ green 54 ◦ blue 158

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

Shades of Deep Cerise #DA369E

Tints of Deep Cerise #DA369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.56%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 50.7%
G = 12.56%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA369E (or 0xDA369E) is known color: Deep Cerise. HEX triplet: DA, 36 and 9E. RGB value is (218,54,158). Sum of RGB (Red+Green+Blue) = 218+54+158=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA369E is #25C961. Grayscale: #727272. Windows color (decimal): -2476386 or 10368730. OLE color: 10368730.

HSL color Cylindrical-coordinate representation of color #DA369E: hue angle of 321.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA369E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 158 -
CMYK 0 0.75 0.28 0.15
HSL 321.95º 0.69% 0.53% -
HSV(B) 321.95º 0.75% 0.85% -
XYZ 36.4 20.01 34.29 -
YUV 114.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 218 54 158 0 0.75 0.28 0.15 321.95 0.69 0.53
Hex DA 36 9E 0 4B 1C F 142 45 35
Octal 332 66 236 0 113 34 17 502 105 65
Binary 11011010 110110 10011110 0 1001011 11100 1111 101000010 1000101 110101

Color Harmonies of #DA369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA369E

Black with #DA369E

Text Example


Text Example

White with #DA369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA369E; }

 p { color: rgb(218,54,158); }

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

background-color css

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

 a { background-color: rgb(218,54,158); }

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

border-color css

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

 span { border-color: rgb(218,54,158); }

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