Html Css Color HEX #D7375F Cerise

📋 copy color: '#D7375F'

red 215 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D7375F

Tints of Cerise #D7375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 58.9%
G = 15.07%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7375F (or 0xD7375F) is known color: Cerise. HEX triplet: D7, 37 and 5F. RGB value is (215,55,95). Sum of RGB (Red+Green+Blue) = 215+55+95=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7375F is #28C8A0. Grayscale: #6B6B6B. Windows color (decimal): -2672801 or 6240215. OLE color: 6240215.

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

Color convert

RGB 215 55 95 -
CMYK 0 0.74 0.56 0.16
HSL 345º 0.67% 0.53% -
HSV(B) 345º 0.74% 0.84% -
XYZ 31.46 18.01 12.64 -
YUV 107.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 215 55 95 0 0.74 0.56 0.16 345 0.67 0.53
Hex D7 37 5F 0 4A 38 10 159 43 35
Octal 327 67 137 0 112 70 20 531 103 65
Binary 11010111 110111 1011111 0 1001010 111000 10000 101011001 1000011 110101

Color Harmonies of #D7375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7375F

Black with #D7375F

Text Example


Text Example

White with #D7375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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