Html Css Color HEX #D7375B Cerise

📋 copy color: '#D7375B'

red 215 ◦ green 55 ◦ blue 91

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

Shades of Cerise #D7375B

Tints of Cerise #D7375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 59.56%
G = 15.24%
B = 25.21%

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

#D7375B (or 0xD7375B) is known color: Cerise. HEX triplet: D7, 37 and 5B. RGB value is (215,55,91). Sum of RGB (Red+Green+Blue) = 215+55+91=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7375B is #28C8A4. Grayscale: #6A6A6A. Windows color (decimal): -2672805 or 5978071. OLE color: 5978071.

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

Color convert

RGB 215 55 91 -
CMYK 0 0.74 0.58 0.16
HSL 346.5º 0.67% 0.53% -
HSV(B) 346.5º 0.74% 0.84% -
XYZ 31.28 17.93 11.71 -
YUV 106.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 215 55 91 0 0.74 0.58 0.16 346.5 0.67 0.53
Hex D7 37 5B 0 4A 3A 10 15A 43 35
Octal 327 67 133 0 112 72 20 532 103 65
Binary 11010111 110111 1011011 0 1001010 111010 10000 101011010 1000011 110101

Color Harmonies of #D7375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7375B

Black with #D7375B

Text Example


Text Example

White with #D7375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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