Html Css Color HEX #D6286B Cerise

📋 copy color: '#D6286B'

red 214 ◦ green 40 ◦ blue 107

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

Shades of Cerise #D6286B

Tints of Cerise #D6286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 59.28%
G = 11.08%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6286B (or 0xD6286B) is known color: Cerise. HEX triplet: D6, 28 and 6B. RGB value is (214,40,107). Sum of RGB (Red+Green+Blue) = 214+40+107=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6286B is #29D794. Grayscale: #636363. Windows color (decimal): -2742165 or 7022806. OLE color: 7022806.

HSL color Cylindrical-coordinate representation of color #D6286B: hue angle of 336.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6286B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 107 -
CMYK 0 0.81 0.50 0.16
HSL 336.9º 0.69% 0.5% -
HSV(B) 336.9º 0.81% 0.84% -
XYZ 31.14 16.88 15.53 -
YUV 99.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 214 40 107 0 0.81 0.50 0.16 336.9 0.69 0.5
Hex D6 28 6B 0 51 32 10 151 45 32
Octal 326 50 153 0 121 62 20 521 105 62
Binary 11010110 101000 1101011 0 1010001 110010 10000 101010001 1000101 110010

Color Harmonies of #D6286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6286B

Black with #D6286B

Text Example


Text Example

White with #D6286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6286B; }

 p { color: rgb(214,40,107); }

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

background-color css

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

 a { background-color: rgb(214,40,107); }

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

border-color css

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

 span { border-color: rgb(214,40,107); }

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