Html Css Color HEX #D1225D Cerise

📋 copy color: '#D1225D'

red 209 ◦ green 34 ◦ blue 93

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

Shades of Cerise #D1225D

Tints of Cerise #D1225D

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

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

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

R = 62.2%
G = 10.12%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1225D (or 0xD1225D) is known color: Cerise. HEX triplet: D1, 22 and 5D. RGB value is (209,34,93). Sum of RGB (Red+Green+Blue) = 209+34+93=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1225D is #2EDDA2. Grayscale: #5C5C5C. Windows color (decimal): -3071395 or 6103761. OLE color: 6103761.

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

Color convert

RGB 209 34 93 -
CMYK 0 0.84 0.56 0.18
HSL 339.77º 0.72% 0.48% -
HSV(B) 339.77º 0.84% 0.82% -
XYZ 28.84 15.49 11.83 -
YUV 93.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 209 34 93 0 0.84 0.56 0.18 339.77 0.72 0.48
Hex D1 22 5D 0 54 38 12 154 48 30
Octal 321 42 135 0 124 70 22 524 110 60
Binary 11010001 100010 1011101 0 1010100 111000 10010 101010100 1001000 110000

Color Harmonies of #D1225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1225D

Black with #D1225D

Text Example


Text Example

White with #D1225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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