Html Css Color HEX #D7326F Cerise

📋 copy color: '#D7326F'

red 215 ◦ green 50 ◦ blue 111

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

Shades of Cerise #D7326F

Tints of Cerise #D7326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 57.18%
G = 13.3%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7326F (or 0xD7326F) is known color: Cerise. HEX triplet: D7, 32 and 6F. RGB value is (215,50,111). Sum of RGB (Red+Green+Blue) = 215+50+111=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7326F is #28CD90. Grayscale: #6A6A6A. Windows color (decimal): -2674065 or 7287511. OLE color: 7287511.

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

Color convert

RGB 215 50 111 -
CMYK 0 0.77 0.48 0.16
HSL 337.82º 0.67% 0.52% -
HSV(B) 337.82º 0.77% 0.84% -
XYZ 32.03 17.88 16.8 -
YUV 106.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 215 50 111 0 0.77 0.48 0.16 337.82 0.67 0.52
Hex D7 32 6F 0 4D 30 10 152 43 34
Octal 327 62 157 0 115 60 20 522 103 64
Binary 11010111 110010 1101111 0 1001101 110000 10000 101010010 1000011 110100

Color Harmonies of #D7326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7326F

Black with #D7326F

Text Example


Text Example

White with #D7326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7326F; }

 p { color: rgb(215,50,111); }

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

background-color css

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

 a { background-color: rgb(215,50,111); }

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

border-color css

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

 span { border-color: rgb(215,50,111); }

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