Html Css Color HEX #DA425F Cerise

📋 copy color: '#DA425F'

red 218 ◦ green 66 ◦ blue 95

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

Shades of Cerise #DA425F

Tints of Cerise #DA425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 57.52%
G = 17.41%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA425F (or 0xDA425F) is known color: Cerise. HEX triplet: DA, 42 and 5F. RGB value is (218,66,95). Sum of RGB (Red+Green+Blue) = 218+66+95=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA425F is #25BDA0. Grayscale: #727272. Windows color (decimal): -2473377 or 6243034. OLE color: 6243034.

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

Color convert

RGB 218 66 95 -
CMYK 0 0.70 0.56 0.15
HSL 348.55º 0.67% 0.56% -
HSV(B) 348.55º 0.7% 0.85% -
XYZ 32.93 19.63 12.88 -
YUV 114.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 218 66 95 0 0.70 0.56 0.15 348.55 0.67 0.56
Hex DA 42 5F 0 46 38 F 15D 43 38
Octal 332 102 137 0 106 70 17 535 103 70
Binary 11011010 1000010 1011111 0 1000110 111000 1111 101011101 1000011 111000

Color Harmonies of #DA425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA425F

Black with #DA425F

Text Example


Text Example

White with #DA425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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