Html Css Color HEX #D6288B Deep Cerise

📋 copy color: '#D6288B'

red 214 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #D6288B

Tints of Deep Cerise #D6288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 54.45%
G = 10.18%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6288B (or 0xD6288B) is known color: Deep Cerise. HEX triplet: D6, 28 and 8B. RGB value is (214,40,139). Sum of RGB (Red+Green+Blue) = 214+40+139=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6288B is #29D774. Grayscale: #676767. Windows color (decimal): -2742133 or 9119958. OLE color: 9119958.

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

Color convert

RGB 214 40 139 -
CMYK 0 0.81 0.35 0.16
HSL 325.86º 0.69% 0.5% -
HSV(B) 325.86º 0.81% 0.84% -
XYZ 33.15 17.68 26.09 -
YUV 103.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 214 40 139 0 0.81 0.35 0.16 325.86 0.69 0.5
Hex D6 28 8B 0 51 23 10 146 45 32
Octal 326 50 213 0 121 43 20 506 105 62
Binary 11010110 101000 10001011 0 1010001 100011 10000 101000110 1000101 110010

Color Harmonies of #D6288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6288B

Black with #D6288B

Text Example


Text Example

White with #D6288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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