Html Css Color HEX #D5326D Cerise

📋 copy color: '#D5326D'

red 213 ◦ green 50 ◦ blue 109

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

Shades of Cerise #D5326D

Tints of Cerise #D5326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 57.26%
G = 13.44%
B = 29.3%

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

#D5326D (or 0xD5326D) is known color: Cerise. HEX triplet: D5, 32 and 6D. RGB value is (213,50,109). Sum of RGB (Red+Green+Blue) = 213+50+109=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5326D is #2ACD92. Grayscale: #696969. Windows color (decimal): -2805139 or 7156437. OLE color: 7156437.

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

Color convert

RGB 213 50 109 -
CMYK 0 0.77 0.49 0.16
HSL 338.28º 0.66% 0.52% -
HSV(B) 338.28º 0.77% 0.84% -
XYZ 31.34 17.53 16.2 -
YUV 105.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 213 50 109 0 0.77 0.49 0.16 338.28 0.66 0.52
Hex D5 32 6D 0 4D 31 10 152 42 34
Octal 325 62 155 0 115 61 20 522 102 64
Binary 11010101 110010 1101101 0 1001101 110001 10000 101010010 1000010 110100

Color Harmonies of #D5326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5326D

Black with #D5326D

Text Example


Text Example

White with #D5326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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