Html Css Color HEX #D5326B Cerise

📋 copy color: '#D5326B'

red 213 ◦ green 50 ◦ blue 107

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

Shades of Cerise #D5326B

Tints of Cerise #D5326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 57.57%
G = 13.51%
B = 28.92%

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

#D5326B (or 0xD5326B) is known color: Cerise. HEX triplet: D5, 32 and 6B. RGB value is (213,50,107). Sum of RGB (Red+Green+Blue) = 213+50+107=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5326B is #2ACD94. Grayscale: #696969. Windows color (decimal): -2805141 or 7025365. OLE color: 7025365.

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

Color convert

RGB 213 50 107 -
CMYK 0 0.77 0.50 0.16
HSL 339.02º 0.66% 0.52% -
HSV(B) 339.02º 0.77% 0.84% -
XYZ 31.24 17.49 15.64 -
YUV 105.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 213 50 107 0 0.77 0.50 0.16 339.02 0.66 0.52
Hex D5 32 6B 0 4D 32 10 153 42 34
Octal 325 62 153 0 115 62 20 523 102 64
Binary 11010101 110010 1101011 0 1001101 110010 10000 101010011 1000010 110100

Color Harmonies of #D5326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5326B

Black with #D5326B

Text Example


Text Example

White with #D5326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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