Html Css Color HEX #DA429D Deep Cerise

📋 copy color: '#DA429D'

red 218 ◦ green 66 ◦ blue 157

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

Shades of Deep Cerise #DA429D

Tints of Deep Cerise #DA429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.97%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 49.43%
G = 14.97%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA429D (or 0xDA429D) is known color: Deep Cerise. HEX triplet: DA, 42 and 9D. RGB value is (218,66,157). Sum of RGB (Red+Green+Blue) = 218+66+157=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA429D is #25BD62. Grayscale: #797979. Windows color (decimal): -2473315 or 10306266. OLE color: 10306266.

HSL color Cylindrical-coordinate representation of color #DA429D: hue angle of 324.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA429D is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 157 -
CMYK 0 0.70 0.28 0.15
HSL 324.08º 0.67% 0.56% -
HSV(B) 324.08º 0.7% 0.85% -
XYZ 36.95 21.24 34.05 -
YUV 121.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 218 66 157 0 0.70 0.28 0.15 324.08 0.67 0.56
Hex DA 42 9D 0 46 1C F 144 43 38
Octal 332 102 235 0 106 34 17 504 103 70
Binary 11011010 1000010 10011101 0 1000110 11100 1111 101000100 1000011 111000

Color Harmonies of #DA429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA429D

Black with #DA429D

Text Example


Text Example

White with #DA429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA429D; }

 p { color: rgb(218,66,157); }

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

background-color css

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

 a { background-color: rgb(218,66,157); }

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

border-color css

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

 span { border-color: rgb(218,66,157); }

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