Html Css Color HEX #D7225A Cerise

📋 copy color: '#D7225A'

red 215 ◦ green 34 ◦ blue 90

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

Shades of Cerise #D7225A

Tints of Cerise #D7225A

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 63.42%
G = 10.03%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7225A (or 0xD7225A) is known color: Cerise. HEX triplet: D7, 22 and 5A. RGB value is (215,34,90). Sum of RGB (Red+Green+Blue) = 215+34+90=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7225A is #28DDA5. Grayscale: #5E5E5E. Windows color (decimal): -2678182 or 5907159. OLE color: 5907159.

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

Color convert

RGB 215 34 90 -
CMYK 0 0.84 0.58 0.16
HSL 341.44º 0.73% 0.49% -
HSV(B) 341.44º 0.84% 0.84% -
XYZ 30.44 16.33 11.22 -
YUV 94.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 215 34 90 0 0.84 0.58 0.16 341.44 0.73 0.49
Hex D7 22 5A 0 54 3A 10 155 49 31
Octal 327 42 132 0 124 72 20 525 111 61
Binary 11010111 100010 1011010 0 1010100 111010 10000 101010101 1001001 110001

Color Harmonies of #D7225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7225A

Black with #D7225A

Text Example


Text Example

White with #D7225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7225A; }

 p { color: rgb(215,34,90); }

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

background-color css

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

 a { background-color: rgb(215,34,90); }

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

border-color css

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

 span { border-color: rgb(215,34,90); }

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