Html Css Color HEX #DA429A Deep Cerise

📋 copy color: '#DA429A'

red 218 ◦ green 66 ◦ blue 154

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

Shades of Deep Cerise #DA429A

Tints of Deep Cerise #DA429A

RGB

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

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

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

R = 49.77%
G = 15.07%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA429A (or 0xDA429A) is known color: Deep Cerise. HEX triplet: DA, 42 and 9A. RGB value is (218,66,154). Sum of RGB (Red+Green+Blue) = 218+66+154=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA429A is #25BD65. Grayscale: #797979. Windows color (decimal): -2473318 or 10109658. OLE color: 10109658.

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

Color convert

RGB 218 66 154 -
CMYK 0 0.70 0.29 0.15
HSL 325.26º 0.67% 0.56% -
HSV(B) 325.26º 0.7% 0.85% -
XYZ 36.69 21.13 32.72 -
YUV 121.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 218 66 154 0 0.70 0.29 0.15 325.26 0.67 0.56
Hex DA 42 9A 0 46 1D F 145 43 38
Octal 332 102 232 0 106 35 17 505 103 70
Binary 11011010 1000010 10011010 0 1000110 11101 1111 101000101 1000011 111000

Color Harmonies of #DA429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA429A

Black with #DA429A

Text Example


Text Example

White with #DA429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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