Html Css Color HEX #D7375A Cerise

📋 copy color: '#D7375A'

red 215 ◦ green 55 ◦ blue 90

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

Shades of Cerise #D7375A

Tints of Cerise #D7375A

RGB

 RED value IS 215 (84.38% from 255) = 59.72%

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

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

R = 59.72%
G = 15.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7375A (or 0xD7375A) is known color: Cerise. HEX triplet: D7, 37 and 5A. RGB value is (215,55,90). Sum of RGB (Red+Green+Blue) = 215+55+90=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7375A is #28C8A5. Grayscale: #6A6A6A. Windows color (decimal): -2672806 or 5912535. OLE color: 5912535.

HSL color Cylindrical-coordinate representation of color #D7375A: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7375A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 90 -
CMYK 0 0.74 0.58 0.16
HSL 346.88º 0.67% 0.53% -
HSV(B) 346.88º 0.74% 0.84% -
XYZ 31.24 17.92 11.48 -
YUV 106.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 215 55 90 0 0.74 0.58 0.16 346.88 0.67 0.53
Hex D7 37 5A 0 4A 3A 10 15B 43 35
Octal 327 67 132 0 112 72 20 533 103 65
Binary 11010111 110111 1011010 0 1001010 111010 10000 101011011 1000011 110101

Color Harmonies of #D7375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7375A

Black with #D7375A

Text Example


Text Example

White with #D7375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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