Html Css Color HEX #D6279D Deep Cerise

📋 copy color: '#D6279D'

red 214 ◦ green 39 ◦ blue 157

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

Shades of Deep Cerise #D6279D

Tints of Deep Cerise #D6279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 52.2%
G = 9.51%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6279D (or 0xD6279D) is known color: Deep Cerise. HEX triplet: D6, 27 and 9D. RGB value is (214,39,157). Sum of RGB (Red+Green+Blue) = 214+39+157=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6279D is #29D862. Grayscale: #686868. Windows color (decimal): -2742371 or 10299350. OLE color: 10299350.

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

Color convert

RGB 214 39 157 -
CMYK 0 0.82 0.27 0.16
HSL 319.54º 0.69% 0.5% -
HSV(B) 319.54º 0.82% 0.84% -
XYZ 34.54 18.18 33.59 -
YUV 104.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 214 39 157 0 0.82 0.27 0.16 319.54 0.69 0.5
Hex D6 27 9D 0 52 1B 10 140 45 32
Octal 326 47 235 0 122 33 20 500 105 62
Binary 11010110 100111 10011101 0 1010010 11011 10000 101000000 1000101 110010

Color Harmonies of #D6279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6279D

Black with #D6279D

Text Example


Text Example

White with #D6279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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