Html Css Color HEX #D6228A Deep Cerise

📋 copy color: '#D6228A'

red 214 ◦ green 34 ◦ blue 138

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

Shades of Deep Cerise #D6228A

Tints of Deep Cerise #D6228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 55.44%
G = 8.81%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6228A (or 0xD6228A) is known color: Deep Cerise. HEX triplet: D6, 22 and 8A. RGB value is (214,34,138). Sum of RGB (Red+Green+Blue) = 214+34+138=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6228A is #29DD75. Grayscale: #636363. Windows color (decimal): -2743670 or 9052886. OLE color: 9052886.

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

Color convert

RGB 214 34 138 -
CMYK 0 0.84 0.36 0.16
HSL 325.33º 0.73% 0.49% -
HSV(B) 325.33º 0.84% 0.84% -
XYZ 32.89 17.28 25.65 -
YUV 99.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 214 34 138 0 0.84 0.36 0.16 325.33 0.73 0.49
Hex D6 22 8A 0 54 24 10 145 49 31
Octal 326 42 212 0 124 44 20 505 111 61
Binary 11010110 100010 10001010 0 1010100 100100 10000 101000101 1001001 110001

Color Harmonies of #D6228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6228A

Black with #D6228A

Text Example


Text Example

White with #D6228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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