Html Css Color HEX #D5336A Cerise

📋 copy color: '#D5336A'

red 213 ◦ green 51 ◦ blue 106

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

Shades of Cerise #D5336A

Tints of Cerise #D5336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

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

R = 57.57%
G = 13.78%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5336A (or 0xD5336A) is known color: Cerise. HEX triplet: D5, 33 and 6A. RGB value is (213,51,106). Sum of RGB (Red+Green+Blue) = 213+51+106=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5336A is #2ACC95. Grayscale: #696969. Windows color (decimal): -2804886 or 6960085. OLE color: 6960085.

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

Color convert

RGB 213 51 106 -
CMYK 0 0.76 0.50 0.16
HSL 339.63º 0.66% 0.52% -
HSV(B) 339.63º 0.76% 0.84% -
XYZ 31.23 17.55 15.38 -
YUV 105.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 213 51 106 0 0.76 0.50 0.16 339.63 0.66 0.52
Hex D5 33 6A 0 4C 32 10 154 42 34
Octal 325 63 152 0 114 62 20 524 102 64
Binary 11010101 110011 1101010 0 1001100 110010 10000 101010100 1000010 110100

Color Harmonies of #D5336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5336A

Black with #D5336A

Text Example


Text Example

White with #D5336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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