Html Css Color HEX #DA4284 Deep Cerise

📋 copy color: '#DA4284'

red 218 ◦ green 66 ◦ blue 132

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

Shades of Deep Cerise #DA4284

Tints of Deep Cerise #DA4284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 52.4%
G = 15.87%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4284 (or 0xDA4284) is known color: Deep Cerise. HEX triplet: DA, 42 and 84. RGB value is (218,66,132). Sum of RGB (Red+Green+Blue) = 218+66+132=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4284 is #25BD7B. Grayscale: #767676. Windows color (decimal): -2473340 or 8667866. OLE color: 8667866.

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

Color convert

RGB 218 66 132 -
CMYK 0 0.70 0.39 0.15
HSL 333.95º 0.67% 0.56% -
HSV(B) 333.95º 0.7% 0.85% -
XYZ 35.03 20.47 23.93 -
YUV 118.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 218 66 132 0 0.70 0.39 0.15 333.95 0.67 0.56
Hex DA 42 84 0 46 27 F 14E 43 38
Octal 332 102 204 0 106 47 17 516 103 70
Binary 11011010 1000010 10000100 0 1000110 100111 1111 101001110 1000011 111000

Color Harmonies of #DA4284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4284

Black with #DA4284

Text Example


Text Example

White with #DA4284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4284; }

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

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

background-color css

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

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

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

border-color css

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

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

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