Html Css Color HEX #D6226A Cerise

📋 copy color: '#D6226A'

red 214 ◦ green 34 ◦ blue 106

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

Shades of Cerise #D6226A

Tints of Cerise #D6226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 60.45%
G = 9.6%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6226A (or 0xD6226A) is known color: Cerise. HEX triplet: D6, 22 and 6A. RGB value is (214,34,106). Sum of RGB (Red+Green+Blue) = 214+34+106=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6226A is #29DD95. Grayscale: #5F5F5F. Windows color (decimal): -2743702 or 6955734. OLE color: 6955734.

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

Color convert

RGB 214 34 106 -
CMYK 0 0.84 0.50 0.16
HSL 336º 0.73% 0.49% -
HSV(B) 336º 0.84% 0.84% -
XYZ 30.91 16.48 15.19 -
YUV 96.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 214 34 106 0 0.84 0.50 0.16 336 0.73 0.49
Hex D6 22 6A 0 54 32 10 150 49 31
Octal 326 42 152 0 124 62 20 520 111 61
Binary 11010110 100010 1101010 0 1010100 110010 10000 101010000 1001001 110001

Color Harmonies of #D6226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6226A

Black with #D6226A

Text Example


Text Example

White with #D6226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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