Html Css Color HEX #D7385F Cerise

📋 copy color: '#D7385F'

red 215 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D7385F

Tints of Cerise #D7385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 58.74%
G = 15.3%
B = 25.96%

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

#D7385F (or 0xD7385F) is known color: Cerise. HEX triplet: D7, 38 and 5F. RGB value is (215,56,95). Sum of RGB (Red+Green+Blue) = 215+56+95=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7385F is #28C7A0. Grayscale: #6B6B6B. Windows color (decimal): -2672545 or 6240471. OLE color: 6240471.

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

Color convert

RGB 215 56 95 -
CMYK 0 0.74 0.56 0.16
HSL 345.28º 0.67% 0.53% -
HSV(B) 345.28º 0.74% 0.84% -
XYZ 31.5 18.1 12.66 -
YUV 107.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 215 56 95 0 0.74 0.56 0.16 345.28 0.67 0.53
Hex D7 38 5F 0 4A 38 10 159 43 35
Octal 327 70 137 0 112 70 20 531 103 65
Binary 11010111 111000 1011111 0 1001010 111000 10000 101011001 1000011 110101

Color Harmonies of #D7385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7385F

Black with #D7385F

Text Example


Text Example

White with #D7385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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