Html Css Color HEX #D6288F Deep Cerise

📋 copy color: '#D6288F'

red 214 ◦ green 40 ◦ blue 143

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

Shades of Deep Cerise #D6288F

Tints of Deep Cerise #D6288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 53.9%
G = 10.08%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6288F (or 0xD6288F) is known color: Deep Cerise. HEX triplet: D6, 28 and 8F. RGB value is (214,40,143). Sum of RGB (Red+Green+Blue) = 214+40+143=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6288F is #29D770. Grayscale: #676767. Windows color (decimal): -2742129 or 9382102. OLE color: 9382102.

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

Color convert

RGB 214 40 143 -
CMYK 0 0.81 0.33 0.16
HSL 324.48º 0.69% 0.5% -
HSV(B) 324.48º 0.81% 0.84% -
XYZ 33.45 17.8 27.66 -
YUV 103.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 214 40 143 0 0.81 0.33 0.16 324.48 0.69 0.5
Hex D6 28 8F 0 51 21 10 144 45 32
Octal 326 50 217 0 121 41 20 504 105 62
Binary 11010110 101000 10001111 0 1010001 100001 10000 101000100 1000101 110010

Color Harmonies of #D6288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6288F

Black with #D6288F

Text Example


Text Example

White with #D6288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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