Html Css Color HEX #DA349E Deep Cerise

📋 copy color: '#DA349E'

red 218 ◦ green 52 ◦ blue 158

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

Shades of Deep Cerise #DA349E

Tints of Deep Cerise #DA349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

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

R = 50.93%
G = 12.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA349E (or 0xDA349E) is known color: Deep Cerise. HEX triplet: DA, 34 and 9E. RGB value is (218,52,158). Sum of RGB (Red+Green+Blue) = 218+52+158=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA349E is #25CB61. Grayscale: #717171. Windows color (decimal): -2476898 or 10368218. OLE color: 10368218.

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

Color convert

RGB 218 52 158 -
CMYK 0 0.76 0.28 0.15
HSL 321.69º 0.69% 0.53% -
HSV(B) 321.69º 0.76% 0.85% -
XYZ 36.31 19.83 34.26 -
YUV 113.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 218 52 158 0 0.76 0.28 0.15 321.69 0.69 0.53
Hex DA 34 9E 0 4C 1C F 142 45 35
Octal 332 64 236 0 114 34 17 502 105 65
Binary 11011010 110100 10011110 0 1001100 11100 1111 101000010 1000101 110101

Color Harmonies of #DA349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA349E

Black with #DA349E

Text Example


Text Example

White with #DA349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA349E; }

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

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

background-color css

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

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

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

border-color css

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

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

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