Html Css Color HEX #D5375F Cerise

📋 copy color: '#D5375F'

red 213 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D5375F

Tints of Cerise #D5375F

RGB

 RED value IS 213 (83.59% from 255) = 58.68%

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

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

R = 58.68%
G = 15.15%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5375F (or 0xD5375F) is known color: Cerise. HEX triplet: D5, 37 and 5F. RGB value is (213,55,95). Sum of RGB (Red+Green+Blue) = 213+55+95=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5375F is #2AC8A0. Grayscale: #6A6A6A. Windows color (decimal): -2803873 or 6240213. OLE color: 6240213.

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

Color convert

RGB 213 55 95 -
CMYK 0 0.74 0.55 0.16
HSL 344.81º 0.65% 0.53% -
HSV(B) 344.81º 0.74% 0.84% -
XYZ 30.87 17.7 12.62 -
YUV 106.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 213 55 95 0 0.74 0.55 0.16 344.81 0.65 0.53
Hex D5 37 5F 0 4A 37 10 159 41 35
Octal 325 67 137 0 112 67 20 531 101 65
Binary 11010101 110111 1011111 0 1001010 110111 10000 101011001 1000001 110101

Color Harmonies of #D5375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5375F

Black with #D5375F

Text Example


Text Example

White with #D5375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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