Html Css Color HEX #D5255B Cerise

📋 copy color: '#D5255B'

red 213 ◦ green 37 ◦ blue 91

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

Shades of Cerise #D5255B

Tints of Cerise #D5255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 62.46%
G = 10.85%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5255B (or 0xD5255B) is known color: Cerise. HEX triplet: D5, 25 and 5B. RGB value is (213,37,91). Sum of RGB (Red+Green+Blue) = 213+37+91=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5255B is #2ADAA4. Grayscale: #5F5F5F. Windows color (decimal): -2808485 or 5973461. OLE color: 5973461.

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

Color convert

RGB 213 37 91 -
CMYK 0 0.83 0.57 0.16
HSL 341.59º 0.7% 0.49% -
HSV(B) 341.59º 0.83% 0.84% -
XYZ 29.99 16.22 11.45 -
YUV 95.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 213 37 91 0 0.83 0.57 0.16 341.59 0.7 0.49
Hex D5 25 5B 0 53 39 10 156 46 31
Octal 325 45 133 0 123 71 20 526 106 61
Binary 11010101 100101 1011011 0 1010011 111001 10000 101010110 1000110 110001

Color Harmonies of #D5255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5255B

Black with #D5255B

Text Example


Text Example

White with #D5255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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