Html Css Color HEX #D7326C Cerise

📋 copy color: '#D7326C'

red 215 ◦ green 50 ◦ blue 108

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

Shades of Cerise #D7326C

Tints of Cerise #D7326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 57.64%
G = 13.4%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7326C (or 0xD7326C) is known color: Cerise. HEX triplet: D7, 32 and 6C. RGB value is (215,50,108). Sum of RGB (Red+Green+Blue) = 215+50+108=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7326C is #28CD93. Grayscale: #696969. Windows color (decimal): -2674068 or 7090903. OLE color: 7090903.

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

Color convert

RGB 215 50 108 -
CMYK 0 0.77 0.50 0.16
HSL 338.91º 0.67% 0.52% -
HSV(B) 338.91º 0.77% 0.84% -
XYZ 31.87 17.81 15.95 -
YUV 105.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 215 50 108 0 0.77 0.50 0.16 338.91 0.67 0.52
Hex D7 32 6C 0 4D 32 10 153 43 34
Octal 327 62 154 0 115 62 20 523 103 64
Binary 11010111 110010 1101100 0 1001101 110010 10000 101010011 1000011 110100

Color Harmonies of #D7326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7326C

Black with #D7326C

Text Example


Text Example

White with #D7326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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