Html Css Color HEX #D5225D Cerise

📋 copy color: '#D5225D'

red 213 ◦ green 34 ◦ blue 93

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

Shades of Cerise #D5225D

Tints of Cerise #D5225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

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

R = 62.65%
G = 10%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5225D (or 0xD5225D) is known color: Cerise. HEX triplet: D5, 22 and 5D. RGB value is (213,34,93). Sum of RGB (Red+Green+Blue) = 213+34+93=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5225D is #2ADDA2. Grayscale: #5E5E5E. Windows color (decimal): -2809251 or 6103765. OLE color: 6103765.

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

Color convert

RGB 213 34 93 -
CMYK 0 0.84 0.56 0.16
HSL 340.22º 0.72% 0.48% -
HSV(B) 340.22º 0.84% 0.84% -
XYZ 29.99 16.08 11.88 -
YUV 94.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 213 34 93 0 0.84 0.56 0.16 340.22 0.72 0.48
Hex D5 22 5D 0 54 38 10 154 48 30
Octal 325 42 135 0 124 70 20 524 110 60
Binary 11010101 100010 1011101 0 1010100 111000 10000 101010100 1001000 110000

Color Harmonies of #D5225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5225D

Black with #D5225D

Text Example


Text Example

White with #D5225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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