Html Css Color HEX #D7355C Cerise

📋 copy color: '#D7355C'

red 215 ◦ green 53 ◦ blue 92

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

Shades of Cerise #D7355C

Tints of Cerise #D7355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 59.72%
G = 14.72%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7355C (or 0xD7355C) is known color: Cerise. HEX triplet: D7, 35 and 5C. RGB value is (215,53,92). Sum of RGB (Red+Green+Blue) = 215+53+92=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7355C is #28CAA3. Grayscale: #696969. Windows color (decimal): -2673316 or 6043095. OLE color: 6043095.

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

Color convert

RGB 215 53 92 -
CMYK 0 0.75 0.57 0.16
HSL 345.56º 0.67% 0.53% -
HSV(B) 345.56º 0.75% 0.84% -
XYZ 31.23 17.77 11.91 -
YUV 105.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 215 53 92 0 0.75 0.57 0.16 345.56 0.67 0.53
Hex D7 35 5C 0 4B 39 10 15A 43 35
Octal 327 65 134 0 113 71 20 532 103 65
Binary 11010111 110101 1011100 0 1001011 111001 10000 101011010 1000011 110101

Color Harmonies of #D7355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7355C

Black with #D7355C

Text Example


Text Example

White with #D7355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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