Html Css Color HEX #D6287B Deep Cerise

📋 copy color: '#D6287B'

red 214 ◦ green 40 ◦ blue 123

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

Shades of Deep Cerise #D6287B

Tints of Deep Cerise #D6287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 56.76%
G = 10.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6287B (or 0xD6287B) is known color: Deep Cerise. HEX triplet: D6, 28 and 7B. RGB value is (214,40,123). Sum of RGB (Red+Green+Blue) = 214+40+123=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6287B is #29D784. Grayscale: #656565. Windows color (decimal): -2742149 or 8071382. OLE color: 8071382.

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

Color convert

RGB 214 40 123 -
CMYK 0 0.81 0.43 0.16
HSL 331.38º 0.69% 0.5% -
HSV(B) 331.38º 0.81% 0.84% -
XYZ 32.07 17.24 20.38 -
YUV 101.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 214 40 123 0 0.81 0.43 0.16 331.38 0.69 0.5
Hex D6 28 7B 0 51 2B 10 14B 45 32
Octal 326 50 173 0 121 53 20 513 105 62
Binary 11010110 101000 1111011 0 1010001 101011 10000 101001011 1000101 110010

Color Harmonies of #D6287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6287B

Black with #D6287B

Text Example


Text Example

White with #D6287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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