Html Css Color HEX #D7385B Cerise

📋 copy color: '#D7385B'

red 215 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D7385B

Tints of Cerise #D7385B

RGB

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

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

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

R = 59.39%
G = 15.47%
B = 25.14%

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

#D7385B (or 0xD7385B) is known color: Cerise. HEX triplet: D7, 38 and 5B. RGB value is (215,56,91). Sum of RGB (Red+Green+Blue) = 215+56+91=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7385B is #28C7A4. Grayscale: #6B6B6B. Windows color (decimal): -2672549 or 5978327. OLE color: 5978327.

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

Color convert

RGB 215 56 91 -
CMYK 0 0.74 0.58 0.16
HSL 346.79º 0.67% 0.53% -
HSV(B) 346.79º 0.74% 0.84% -
XYZ 31.33 18.03 11.73 -
YUV 107.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 215 56 91 0 0.74 0.58 0.16 346.79 0.67 0.53
Hex D7 38 5B 0 4A 3A 10 15B 43 35
Octal 327 70 133 0 112 72 20 533 103 65
Binary 11010111 111000 1011011 0 1001010 111010 10000 101011011 1000011 110101

Color Harmonies of #D7385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7385B

Black with #D7385B

Text Example


Text Example

White with #D7385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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