Html Css Color HEX #D5356F Cerise

📋 copy color: '#D5356F'

red 213 ◦ green 53 ◦ blue 111

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

Shades of Cerise #D5356F

Tints of Cerise #D5356F

RGB

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

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

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

R = 56.5%
G = 14.06%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5356F (or 0xD5356F) is known color: Cerise. HEX triplet: D5, 35 and 6F. RGB value is (213,53,111). Sum of RGB (Red+Green+Blue) = 213+53+111=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5356F is #2ACA90. Grayscale: #6B6B6B. Windows color (decimal): -2804369 or 7288277. OLE color: 7288277.

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

Color convert

RGB 213 53 111 -
CMYK 0 0.75 0.48 0.16
HSL 338.25º 0.66% 0.52% -
HSV(B) 338.25º 0.75% 0.84% -
XYZ 31.58 17.84 16.82 -
YUV 107.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 213 53 111 0 0.75 0.48 0.16 338.25 0.66 0.52
Hex D5 35 6F 0 4B 30 10 152 42 34
Octal 325 65 157 0 113 60 20 522 102 64
Binary 11010101 110101 1101111 0 1001011 110000 10000 101010010 1000010 110100

Color Harmonies of #D5356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5356F

Black with #D5356F

Text Example


Text Example

White with #D5356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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