Html Css Color HEX #D5335C Cerise

📋 copy color: '#D5335C'

red 213 ◦ green 51 ◦ blue 92

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

Shades of Cerise #D5335C

Tints of Cerise #D5335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 59.83%
G = 14.33%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5335C (or 0xD5335C) is known color: Cerise. HEX triplet: D5, 33 and 5C. RGB value is (213,51,92). Sum of RGB (Red+Green+Blue) = 213+51+92=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5335C is #2ACCA3. Grayscale: #686868. Windows color (decimal): -2804900 or 6042581. OLE color: 6042581.

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

Color convert

RGB 213 51 92 -
CMYK 0 0.76 0.57 0.16
HSL 344.81º 0.66% 0.52% -
HSV(B) 344.81º 0.76% 0.84% -
XYZ 30.56 17.29 11.85 -
YUV 104.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 213 51 92 0 0.76 0.57 0.16 344.81 0.66 0.52
Hex D5 33 5C 0 4C 39 10 159 42 34
Octal 325 63 134 0 114 71 20 531 102 64
Binary 11010101 110011 1011100 0 1001100 111001 10000 101011001 1000010 110100

Color Harmonies of #D5335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5335C

Black with #D5335C

Text Example


Text Example

White with #D5335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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