Html Css Color HEX #D6225B Cerise

📋 copy color: '#D6225B'

red 214 ◦ green 34 ◦ blue 91

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

Shades of Cerise #D6225B

Tints of Cerise #D6225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 63.13%
G = 10.03%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6225B (or 0xD6225B) is known color: Cerise. HEX triplet: D6, 22 and 5B. RGB value is (214,34,91). Sum of RGB (Red+Green+Blue) = 214+34+91=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6225B is #29DDA4. Grayscale: #5E5E5E. Windows color (decimal): -2743717 or 5972694. OLE color: 5972694.

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

Color convert

RGB 214 34 91 -
CMYK 0 0.84 0.57 0.16
HSL 341º 0.73% 0.49% -
HSV(B) 341º 0.84% 0.84% -
XYZ 30.19 16.2 11.43 -
YUV 94.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 214 34 91 0 0.84 0.57 0.16 341 0.73 0.49
Hex D6 22 5B 0 54 39 10 155 49 31
Octal 326 42 133 0 124 71 20 525 111 61
Binary 11010110 100010 1011011 0 1010100 111001 10000 101010101 1001001 110001

Color Harmonies of #D6225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6225B

Black with #D6225B

Text Example


Text Example

White with #D6225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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