Html Css Color HEX #D6279A Deep Cerise

📋 copy color: '#D6279A'

red 214 ◦ green 39 ◦ blue 154

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

Shades of Deep Cerise #D6279A

Tints of Deep Cerise #D6279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 52.58%
G = 9.58%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6279A (or 0xD6279A) is known color: Deep Cerise. HEX triplet: D6, 27 and 9A. RGB value is (214,39,154). Sum of RGB (Red+Green+Blue) = 214+39+154=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6279A is #29D865. Grayscale: #686868. Windows color (decimal): -2742374 or 10102742. OLE color: 10102742.

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

Color convert

RGB 214 39 154 -
CMYK 0 0.82 0.28 0.16
HSL 320.57º 0.69% 0.5% -
HSV(B) 320.57º 0.82% 0.84% -
XYZ 34.29 18.08 32.25 -
YUV 104.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 214 39 154 0 0.82 0.28 0.16 320.57 0.69 0.5
Hex D6 27 9A 0 52 1C 10 141 45 32
Octal 326 47 232 0 122 34 20 501 105 62
Binary 11010110 100111 10011010 0 1010010 11100 10000 101000001 1000101 110010

Color Harmonies of #D6279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6279A

Black with #D6279A

Text Example


Text Example

White with #D6279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6279A; }

 p { color: rgb(214,39,154); }

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

background-color css

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

 a { background-color: rgb(214,39,154); }

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

border-color css

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

 span { border-color: rgb(214,39,154); }

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