Html Css Color HEX #DA415E Cerise

📋 copy color: '#DA415E'

red 218 ◦ green 65 ◦ blue 94

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

Shades of Cerise #DA415E

Tints of Cerise #DA415E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 57.82%
G = 17.24%
B = 24.93%

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

#DA415E (or 0xDA415E) is known color: Cerise. HEX triplet: DA, 41 and 5E. RGB value is (218,65,94). Sum of RGB (Red+Green+Blue) = 218+65+94=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415E is #25BEA1. Grayscale: #727272. Windows color (decimal): -2473634 or 6177242. OLE color: 6177242.

HSL color Cylindrical-coordinate representation of color #DA415E: hue angle of 348.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA415E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 94 -
CMYK 0 0.70 0.57 0.15
HSL 348.63º 0.67% 0.55% -
HSV(B) 348.63º 0.7% 0.85% -
XYZ 32.82 19.49 12.62 -
YUV 114.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 218 65 94 0 0.70 0.57 0.15 348.63 0.67 0.55
Hex DA 41 5E 0 46 39 F 15D 43 37
Octal 332 101 136 0 106 71 17 535 103 67
Binary 11011010 1000001 1011110 0 1000110 111001 1111 101011101 1000011 110111

Color Harmonies of #DA415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA415E

Black with #DA415E

Text Example


Text Example

White with #DA415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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