Html Css Color HEX #D5226D Cerise

📋 copy color: '#D5226D'

red 213 ◦ green 34 ◦ blue 109

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

Shades of Cerise #D5226D

Tints of Cerise #D5226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 59.83%
G = 9.55%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5226D (or 0xD5226D) is known color: Cerise. HEX triplet: D5, 22 and 6D. RGB value is (213,34,109). Sum of RGB (Red+Green+Blue) = 213+34+109=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5226D is #2ADD92. Grayscale: #5F5F5F. Windows color (decimal): -2809235 or 7152341. OLE color: 7152341.

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

Color convert

RGB 213 34 109 -
CMYK 0 0.84 0.49 0.16
HSL 334.86º 0.72% 0.48% -
HSV(B) 334.86º 0.84% 0.84% -
XYZ 30.77 16.39 16.01 -
YUV 96.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 213 34 109 0 0.84 0.49 0.16 334.86 0.72 0.48
Hex D5 22 6D 0 54 31 10 14F 48 30
Octal 325 42 155 0 124 61 20 517 110 60
Binary 11010101 100010 1101101 0 1010100 110001 10000 101001111 1001000 110000

Color Harmonies of #D5226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5226D

Black with #D5226D

Text Example


Text Example

White with #D5226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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