Html Css Color HEX #D5326F Cerise

📋 copy color: '#D5326F'

red 213 ◦ green 50 ◦ blue 111

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

Shades of Cerise #D5326F

Tints of Cerise #D5326F

RGB

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

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

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

R = 56.95%
G = 13.37%
B = 29.68%

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

#D5326F (or 0xD5326F) is known color: Cerise. HEX triplet: D5, 32 and 6F. RGB value is (213,50,111). Sum of RGB (Red+Green+Blue) = 213+50+111=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5326F is #2ACD90. Grayscale: #696969. Windows color (decimal): -2805137 or 7287509. OLE color: 7287509.

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

Color convert

RGB 213 50 111 -
CMYK 0 0.77 0.48 0.16
HSL 337.55º 0.66% 0.52% -
HSV(B) 337.55º 0.77% 0.84% -
XYZ 31.45 17.58 16.77 -
YUV 105.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 213 50 111 0 0.77 0.48 0.16 337.55 0.66 0.52
Hex D5 32 6F 0 4D 30 10 152 42 34
Octal 325 62 157 0 115 60 20 522 102 64
Binary 11010101 110010 1101111 0 1001101 110000 10000 101010010 1000010 110100

Color Harmonies of #D5326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5326F

Black with #D5326F

Text Example


Text Example

White with #D5326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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