Html Css Color HEX #DA425E Cerise

📋 copy color: '#DA425E'

red 218 ◦ green 66 ◦ blue 94

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

Shades of Cerise #DA425E

Tints of Cerise #DA425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 57.67%
G = 17.46%
B = 24.87%

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

#DA425E (or 0xDA425E) is known color: Cerise. HEX triplet: DA, 42 and 5E. RGB value is (218,66,94). Sum of RGB (Red+Green+Blue) = 218+66+94=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA425E is #25BDA1. Grayscale: #727272. Windows color (decimal): -2473378 or 6177498. OLE color: 6177498.

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

Color convert

RGB 218 66 94 -
CMYK 0 0.70 0.57 0.15
HSL 348.95º 0.67% 0.56% -
HSV(B) 348.95º 0.7% 0.85% -
XYZ 32.88 19.61 12.64 -
YUV 114.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 218 66 94 0 0.70 0.57 0.15 348.95 0.67 0.56
Hex DA 42 5E 0 46 39 F 15D 43 38
Octal 332 102 136 0 106 71 17 535 103 70
Binary 11011010 1000010 1011110 0 1000110 111001 1111 101011101 1000011 111000

Color Harmonies of #DA425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA425E

Black with #DA425E

Text Example


Text Example

White with #DA425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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