Html Css Color HEX #DA375D Cerise

📋 copy color: '#DA375D'

red 218 ◦ green 55 ◦ blue 93

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

Shades of Cerise #DA375D

Tints of Cerise #DA375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 59.56%
G = 15.03%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA375D (or 0xDA375D) is known color: Cerise. HEX triplet: DA, 37 and 5D. RGB value is (218,55,93). Sum of RGB (Red+Green+Blue) = 218+55+93=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA375D is #25C8A2. Grayscale: #6C6C6C. Windows color (decimal): -2476195 or 6109146. OLE color: 6109146.

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

Color convert

RGB 218 55 93 -
CMYK 0 0.75 0.57 0.15
HSL 346.01º 0.69% 0.54% -
HSV(B) 346.01º 0.75% 0.85% -
XYZ 32.26 18.43 12.21 -
YUV 108.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 218 55 93 0 0.75 0.57 0.15 346.01 0.69 0.54
Hex DA 37 5D 0 4B 39 F 15A 45 36
Octal 332 67 135 0 113 71 17 532 105 66
Binary 11011010 110111 1011101 0 1001011 111001 1111 101011010 1000101 110110

Color Harmonies of #DA375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA375D

Black with #DA375D

Text Example


Text Example

White with #DA375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA375D; }

 p { color: rgb(218,55,93); }

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

background-color css

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

 a { background-color: rgb(218,55,93); }

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

border-color css

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

 span { border-color: rgb(218,55,93); }

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