Html Css Color HEX #DA365F Cerise

📋 copy color: '#DA365F'

red 218 ◦ green 54 ◦ blue 95

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

Shades of Cerise #DA365F

Tints of Cerise #DA365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

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

R = 59.4%
G = 14.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA365F (or 0xDA365F) is known color: Cerise. HEX triplet: DA, 36 and 5F. RGB value is (218,54,95). Sum of RGB (Red+Green+Blue) = 218+54+95=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA365F is #25C9A0. Grayscale: #6B6B6B. Windows color (decimal): -2476449 or 6239962. OLE color: 6239962.

HSL color Cylindrical-coordinate representation of color #DA365F: hue angle of 345º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA365F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 95 -
CMYK 0 0.75 0.56 0.15
HSL 345º 0.69% 0.53% -
HSV(B) 345º 0.75% 0.85% -
XYZ 32.3 18.37 12.67 -
YUV 107.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 218 54 95 0 0.75 0.56 0.15 345 0.69 0.53
Hex DA 36 5F 0 4B 38 F 159 45 35
Octal 332 66 137 0 113 70 17 531 105 65
Binary 11011010 110110 1011111 0 1001011 111000 1111 101011001 1000101 110101

Color Harmonies of #DA365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA365F

Black with #DA365F

Text Example


Text Example

White with #DA365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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