Html Css Color HEX #D5255D Cerise

📋 copy color: '#D5255D'

red 213 ◦ green 37 ◦ blue 93

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

Shades of Cerise #D5255D

Tints of Cerise #D5255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 62.1%
G = 10.79%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5255D (or 0xD5255D) is known color: Cerise. HEX triplet: D5, 25 and 5D. RGB value is (213,37,93). Sum of RGB (Red+Green+Blue) = 213+37+93=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5255D is #2ADAA2. Grayscale: #5F5F5F. Windows color (decimal): -2808483 or 6104533. OLE color: 6104533.

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

Color convert

RGB 213 37 93 -
CMYK 0 0.83 0.56 0.16
HSL 340.91º 0.7% 0.49% -
HSV(B) 340.91º 0.83% 0.84% -
XYZ 30.08 16.26 11.91 -
YUV 96.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 213 37 93 0 0.83 0.56 0.16 340.91 0.7 0.49
Hex D5 25 5D 0 53 38 10 155 46 31
Octal 325 45 135 0 123 70 20 525 106 61
Binary 11010101 100101 1011101 0 1010011 111000 10000 101010101 1000110 110001

Color Harmonies of #D5255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5255D

Black with #D5255D

Text Example


Text Example

White with #D5255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5255D; }

 p { color: rgb(213,37,93); }

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

background-color css

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

 a { background-color: rgb(213,37,93); }

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

border-color css

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

 span { border-color: rgb(213,37,93); }

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