Html Css Color HEX #D6227F Deep Cerise

📋 copy color: '#D6227F'

red 214 ◦ green 34 ◦ blue 127

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

Shades of Deep Cerise #D6227F

Tints of Deep Cerise #D6227F

RGB

 RED value IS 214 (83.98% from 255) = 57.07%

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 57.07%
G = 9.07%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6227F (or 0xD6227F) is known color: Deep Cerise. HEX triplet: D6, 22 and 7F. RGB value is (214,34,127). Sum of RGB (Red+Green+Blue) = 214+34+127=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6227F is #29DD80. Grayscale: #626262. Windows color (decimal): -2743681 or 8331990. OLE color: 8331990.

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

Color convert

RGB 214 34 127 -
CMYK 0 0.84 0.41 0.16
HSL 329º 0.73% 0.49% -
HSV(B) 329º 0.84% 0.84% -
XYZ 32.13 16.97 21.66 -
YUV 98.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 214 34 127 0 0.84 0.41 0.16 329 0.73 0.49
Hex D6 22 7F 0 54 29 10 149 49 31
Octal 326 42 177 0 124 51 20 511 111 61
Binary 11010110 100010 1111111 0 1010100 101001 10000 101001001 1001001 110001

Color Harmonies of #D6227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6227F

Black with #D6227F

Text Example


Text Example

White with #D6227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6227F; }

 p { color: rgb(214,34,127); }

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

background-color css

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

 a { background-color: rgb(214,34,127); }

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

border-color css

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

 span { border-color: rgb(214,34,127); }

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