Html Css Color HEX #D7326E Cerise

📋 copy color: '#D7326E'

red 215 ◦ green 50 ◦ blue 110

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

Shades of Cerise #D7326E

Tints of Cerise #D7326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 57.33%
G = 13.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7326E (or 0xD7326E) is known color: Cerise. HEX triplet: D7, 32 and 6E. RGB value is (215,50,110). Sum of RGB (Red+Green+Blue) = 215+50+110=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7326E is #28CD91. Grayscale: #6A6A6A. Windows color (decimal): -2674066 or 7221975. OLE color: 7221975.

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

Color convert

RGB 215 50 110 -
CMYK 0 0.77 0.49 0.16
HSL 338.18º 0.67% 0.52% -
HSV(B) 338.18º 0.77% 0.84% -
XYZ 31.98 17.85 16.51 -
YUV 106.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 215 50 110 0 0.77 0.49 0.16 338.18 0.67 0.52
Hex D7 32 6E 0 4D 31 10 152 43 34
Octal 327 62 156 0 115 61 20 522 103 64
Binary 11010111 110010 1101110 0 1001101 110001 10000 101010010 1000011 110100

Color Harmonies of #D7326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7326E

Black with #D7326E

Text Example


Text Example

White with #D7326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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