Html Css Color HEX #D5356C Cerise

📋 copy color: '#D5356C'

red 213 ◦ green 53 ◦ blue 108

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

Shades of Cerise #D5356C

Tints of Cerise #D5356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

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

R = 56.95%
G = 14.17%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5356C (or 0xD5356C) is known color: Cerise. HEX triplet: D5, 35 and 6C. RGB value is (213,53,108). Sum of RGB (Red+Green+Blue) = 213+53+108=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5356C is #2ACA93. Grayscale: #6B6B6B. Windows color (decimal): -2804372 or 7091669. OLE color: 7091669.

HSL color Cylindrical-coordinate representation of color #D5356C: hue angle of 339.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5356C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 108 -
CMYK 0 0.75 0.49 0.16
HSL 339.38º 0.66% 0.52% -
HSV(B) 339.38º 0.75% 0.84% -
XYZ 31.42 17.78 15.96 -
YUV 107.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 213 53 108 0 0.75 0.49 0.16 339.38 0.66 0.52
Hex D5 35 6C 0 4B 31 10 153 42 34
Octal 325 65 154 0 113 61 20 523 102 64
Binary 11010101 110101 1101100 0 1001011 110001 10000 101010011 1000010 110100

Color Harmonies of #D5356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5356C

Black with #D5356C

Text Example


Text Example

White with #D5356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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