Html Css Color HEX #D5356A Cerise

📋 copy color: '#D5356A'

red 213 ◦ green 53 ◦ blue 106

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

Shades of Cerise #D5356A

Tints of Cerise #D5356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 57.26%
G = 14.25%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5356A (or 0xD5356A) is known color: Cerise. HEX triplet: D5, 35 and 6A. RGB value is (213,53,106). Sum of RGB (Red+Green+Blue) = 213+53+106=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5356A is #2ACA95. Grayscale: #6A6A6A. Windows color (decimal): -2804374 or 6960597. OLE color: 6960597.

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

Color convert

RGB 213 53 106 -
CMYK 0 0.75 0.50 0.16
HSL 340.13º 0.66% 0.52% -
HSV(B) 340.13º 0.75% 0.84% -
XYZ 31.32 17.73 15.41 -
YUV 106.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 213 53 106 0 0.75 0.50 0.16 340.13 0.66 0.52
Hex D5 35 6A 0 4B 32 10 154 42 34
Octal 325 65 152 0 113 62 20 524 102 64
Binary 11010101 110101 1101010 0 1001011 110010 10000 101010100 1000010 110100

Color Harmonies of #D5356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5356A

Black with #D5356A

Text Example


Text Example

White with #D5356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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