Html Css Color HEX #D7275D Cerise

📋 copy color: '#D7275D'

red 215 ◦ green 39 ◦ blue 93

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

Shades of Cerise #D7275D

Tints of Cerise #D7275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 61.96%
G = 11.24%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7275D (or 0xD7275D) is known color: Cerise. HEX triplet: D7, 27 and 5D. RGB value is (215,39,93). Sum of RGB (Red+Green+Blue) = 215+39+93=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7275D is #28D8A2. Grayscale: #616161. Windows color (decimal): -2676899 or 6105047. OLE color: 6105047.

HSL color Cylindrical-coordinate representation of color #D7275D: hue angle of 341.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7275D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 39 93 -
CMYK 0 0.82 0.57 0.16
HSL 341.59º 0.69% 0.5% -
HSV(B) 341.59º 0.82% 0.84% -
XYZ 30.73 16.69 11.96 -
YUV 97.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 215 39 93 0 0.82 0.57 0.16 341.59 0.69 0.5
Hex D7 27 5D 0 52 39 10 156 45 32
Octal 327 47 135 0 122 71 20 526 105 62
Binary 11010111 100111 1011101 0 1010010 111001 10000 101010110 1000101 110010

Color Harmonies of #D7275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7275D

Black with #D7275D

Text Example


Text Example

White with #D7275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7275D; }

 p { color: rgb(215,39,93); }

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

background-color css

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

 a { background-color: rgb(215,39,93); }

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

border-color css

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

 span { border-color: rgb(215,39,93); }

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