Html Css Color HEX #D6277D Deep Cerise

📋 copy color: '#D6277D'

red 214 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #D6277D

Tints of Deep Cerise #D6277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 56.61%
G = 10.32%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6277D (or 0xD6277D) is known color: Deep Cerise. HEX triplet: D6, 27 and 7D. RGB value is (214,39,125). Sum of RGB (Red+Green+Blue) = 214+39+125=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6277D is #29D882. Grayscale: #646464. Windows color (decimal): -2742403 or 8202198. OLE color: 8202198.

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

Color convert

RGB 214 39 125 -
CMYK 0 0.82 0.42 0.16
HSL 330.51º 0.69% 0.5% -
HSV(B) 330.51º 0.82% 0.84% -
XYZ 32.16 17.23 21.03 -
YUV 101.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 214 39 125 0 0.82 0.42 0.16 330.51 0.69 0.5
Hex D6 27 7D 0 52 2A 10 14B 45 32
Octal 326 47 175 0 122 52 20 513 105 62
Binary 11010110 100111 1111101 0 1010010 101010 10000 101001011 1000101 110010

Color Harmonies of #D6277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6277D

Black with #D6277D

Text Example


Text Example

White with #D6277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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