Html Css Color HEX #DA349A Deep Cerise

📋 copy color: '#DA349A'

red 218 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #DA349A

Tints of Deep Cerise #DA349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 51.42%
G = 12.26%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA349A (or 0xDA349A) is known color: Deep Cerise. HEX triplet: DA, 34 and 9A. RGB value is (218,52,154). Sum of RGB (Red+Green+Blue) = 218+52+154=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA349A is #25CB65. Grayscale: #717171. Windows color (decimal): -2476902 or 10106074. OLE color: 10106074.

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

Color convert

RGB 218 52 154 -
CMYK 0 0.76 0.29 0.15
HSL 323.13º 0.69% 0.53% -
HSV(B) 323.13º 0.76% 0.85% -
XYZ 35.97 19.69 32.48 -
YUV 113.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 218 52 154 0 0.76 0.29 0.15 323.13 0.69 0.53
Hex DA 34 9A 0 4C 1D F 143 45 35
Octal 332 64 232 0 114 35 17 503 105 65
Binary 11011010 110100 10011010 0 1001100 11101 1111 101000011 1000101 110101

Color Harmonies of #DA349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA349A

Black with #DA349A

Text Example


Text Example

White with #DA349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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