Html Css Color HEX #D6286F Cerise

📋 copy color: '#D6286F'

red 214 ◦ green 40 ◦ blue 111

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

Shades of Cerise #D6286F

Tints of Cerise #D6286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 58.63%
G = 10.96%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6286F (or 0xD6286F) is known color: Cerise. HEX triplet: D6, 28 and 6F. RGB value is (214,40,111). Sum of RGB (Red+Green+Blue) = 214+40+111=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6286F is #29D790. Grayscale: #646464. Windows color (decimal): -2742161 or 7284950. OLE color: 7284950.

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

Color convert

RGB 214 40 111 -
CMYK 0 0.81 0.48 0.16
HSL 335.52º 0.69% 0.5% -
HSV(B) 335.52º 0.81% 0.84% -
XYZ 31.36 16.96 16.66 -
YUV 100.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 214 40 111 0 0.81 0.48 0.16 335.52 0.69 0.5
Hex D6 28 6F 0 51 30 10 150 45 32
Octal 326 50 157 0 121 60 20 520 105 62
Binary 11010110 101000 1101111 0 1010001 110000 10000 101010000 1000101 110010

Color Harmonies of #D6286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6286F

Black with #D6286F

Text Example


Text Example

White with #D6286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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