Html Css Color HEX #DA34A6 Deep Cerise

📋 copy color: '#DA34A6'

red 218 ◦ green 52 ◦ blue 166

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

Shades of Deep Cerise #DA34A6

Tints of Deep Cerise #DA34A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 50%
G = 11.93%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA34A6 (or 0xDA34A6) is known color: Deep Cerise. HEX triplet: DA, 34 and A6. RGB value is (218,52,166). Sum of RGB (Red+Green+Blue) = 218+52+166=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA34A6 is #25CB59. Grayscale: #727272. Windows color (decimal): -2476890 or 10892506. OLE color: 10892506.

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

Color convert

RGB 218 52 166 -
CMYK 0 0.76 0.24 0.15
HSL 318.8º 0.69% 0.53% -
HSV(B) 318.8º 0.76% 0.85% -
XYZ 37.02 20.11 38.01 -
YUV 114.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 218 52 166 0 0.76 0.24 0.15 318.8 0.69 0.53
Hex DA 34 A6 0 4C 18 F 13F 45 35
Octal 332 64 246 0 114 30 17 477 105 65
Binary 11011010 110100 10100110 0 1001100 11000 1111 100111111 1000101 110101

Color Harmonies of #DA34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA34A6

Black with #DA34A6

Text Example


Text Example

White with #DA34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA34A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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