Html Css Color HEX #DA365C Cerise

📋 copy color: '#DA365C'

red 218 ◦ green 54 ◦ blue 92

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

Shades of Cerise #DA365C

Tints of Cerise #DA365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 59.89%
G = 14.84%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA365C (or 0xDA365C) is known color: Cerise. HEX triplet: DA, 36 and 5C. RGB value is (218,54,92). Sum of RGB (Red+Green+Blue) = 218+54+92=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA365C is #25C9A3. Grayscale: #6B6B6B. Windows color (decimal): -2476452 or 6043354. OLE color: 6043354.

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

Color convert

RGB 218 54 92 -
CMYK 0 0.75 0.58 0.15
HSL 346.1º 0.69% 0.53% -
HSV(B) 346.1º 0.75% 0.85% -
XYZ 32.16 18.32 11.97 -
YUV 107.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 218 54 92 0 0.75 0.58 0.15 346.1 0.69 0.53
Hex DA 36 5C 0 4B 3A F 15A 45 35
Octal 332 66 134 0 113 72 17 532 105 65
Binary 11011010 110110 1011100 0 1001011 111010 1111 101011010 1000101 110101

Color Harmonies of #DA365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA365C

Black with #DA365C

Text Example


Text Example

White with #DA365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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