Html Css Color HEX #DA425D Cerise

📋 copy color: '#DA425D'

red 218 ◦ green 66 ◦ blue 93

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

Shades of Cerise #DA425D

Tints of Cerise #DA425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 57.82%
G = 17.51%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA425D (or 0xDA425D) is known color: Cerise. HEX triplet: DA, 42 and 5D. RGB value is (218,66,93). Sum of RGB (Red+Green+Blue) = 218+66+93=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA425D is #25BDA2. Grayscale: #727272. Windows color (decimal): -2473379 or 6111962. OLE color: 6111962.

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

Color convert

RGB 218 66 93 -
CMYK 0 0.70 0.57 0.15
HSL 349.34º 0.67% 0.56% -
HSV(B) 349.34º 0.7% 0.85% -
XYZ 32.84 19.59 12.41 -
YUV 114.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 218 66 93 0 0.70 0.57 0.15 349.34 0.67 0.56
Hex DA 42 5D 0 46 39 F 15D 43 38
Octal 332 102 135 0 106 71 17 535 103 70
Binary 11011010 1000010 1011101 0 1000110 111001 1111 101011101 1000011 111000

Color Harmonies of #DA425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA425D

Black with #DA425D

Text Example


Text Example

White with #DA425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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