Html Css Color HEX #D5326C Cerise

📋 copy color: '#D5326C'

red 213 ◦ green 50 ◦ blue 108

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

Shades of Cerise #D5326C

Tints of Cerise #D5326C

RGB

 RED value IS 213 (83.59% from 255) = 57.41%

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

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

R = 57.41%
G = 13.48%
B = 29.11%

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

#D5326C (or 0xD5326C) is known color: Cerise. HEX triplet: D5, 32 and 6C. RGB value is (213,50,108). Sum of RGB (Red+Green+Blue) = 213+50+108=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5326C is #2ACD93. Grayscale: #696969. Windows color (decimal): -2805140 or 7090901. OLE color: 7090901.

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

Color convert

RGB 213 50 108 -
CMYK 0 0.77 0.49 0.16
HSL 338.65º 0.66% 0.52% -
HSV(B) 338.65º 0.77% 0.84% -
XYZ 31.29 17.51 15.92 -
YUV 105.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 213 50 108 0 0.77 0.49 0.16 338.65 0.66 0.52
Hex D5 32 6C 0 4D 31 10 153 42 34
Octal 325 62 154 0 115 61 20 523 102 64
Binary 11010101 110010 1101100 0 1001101 110001 10000 101010011 1000010 110100

Color Harmonies of #D5326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5326C

Black with #D5326C

Text Example


Text Example

White with #D5326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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