Html Css Color HEX #D7357D Deep Cerise

📋 copy color: '#D7357D'

red 215 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #D7357D

Tints of Deep Cerise #D7357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.49%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 54.71%
G = 13.49%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7357D (or 0xD7357D) is known color: Deep Cerise. HEX triplet: D7, 35 and 7D. RGB value is (215,53,125). Sum of RGB (Red+Green+Blue) = 215+53+125=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7357D is #28CA82. Grayscale: #6D6D6D. Windows color (decimal): -2673283 or 8205783. OLE color: 8205783.

HSL color Cylindrical-coordinate representation of color #D7357D: hue angle of 333.33º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7357D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 125 -
CMYK 0 0.75 0.42 0.16
HSL 333.33º 0.67% 0.53% -
HSV(B) 333.33º 0.75% 0.84% -
XYZ 33 18.47 21.23 -
YUV 109.65 136.67 203.15 -
System Red Green Blue C M Y K H S L
Decimal 215 53 125 0 0.75 0.42 0.16 333.33 0.67 0.53
Hex D7 35 7D 0 4B 2A 10 14D 43 35
Octal 327 65 175 0 113 52 20 515 103 65
Binary 11010111 110101 1111101 0 1001011 101010 10000 101001101 1000011 110101

Color Harmonies of #D7357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7357D

Black with #D7357D

Text Example


Text Example

White with #D7357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7357D; }

 p { color: rgb(215,53,125); }

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

background-color css

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

 a { background-color: rgb(215,53,125); }

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

border-color css

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

 span { border-color: rgb(215,53,125); }

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