Html Css Color HEX #DA375A Cerise

📋 copy color: '#DA375A'

red 218 ◦ green 55 ◦ blue 90

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

Shades of Cerise #DA375A

Tints of Cerise #DA375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 60.06%
G = 15.15%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA375A (or 0xDA375A) is known color: Cerise. HEX triplet: DA, 37 and 5A. RGB value is (218,55,90). Sum of RGB (Red+Green+Blue) = 218+55+90=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA375A is #25C8A5. Grayscale: #6B6B6B. Windows color (decimal): -2476198 or 5912538. OLE color: 5912538.

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

Color convert

RGB 218 55 90 -
CMYK 0 0.75 0.59 0.15
HSL 347.12º 0.69% 0.54% -
HSV(B) 347.12º 0.75% 0.85% -
XYZ 32.13 18.38 11.53 -
YUV 107.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 218 55 90 0 0.75 0.59 0.15 347.12 0.69 0.54
Hex DA 37 5A 0 4B 3B F 15B 45 36
Octal 332 67 132 0 113 73 17 533 105 66
Binary 11011010 110111 1011010 0 1001011 111011 1111 101011011 1000101 110110

Color Harmonies of #DA375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA375A

Black with #DA375A

Text Example


Text Example

White with #DA375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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