Html Css Color HEX #D6278B Deep Cerise

📋 copy color: '#D6278B'

red 214 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #D6278B

Tints of Deep Cerise #D6278B

RGB

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

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

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

R = 54.59%
G = 9.95%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6278B (or 0xD6278B) is known color: Deep Cerise. HEX triplet: D6, 27 and 8B. RGB value is (214,39,139). Sum of RGB (Red+Green+Blue) = 214+39+139=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6278B is #29D874. Grayscale: #666666. Windows color (decimal): -2742389 or 9119702. OLE color: 9119702.

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

Color convert

RGB 214 39 139 -
CMYK 0 0.82 0.35 0.16
HSL 325.71º 0.69% 0.5% -
HSV(B) 325.71º 0.82% 0.84% -
XYZ 33.12 17.61 26.08 -
YUV 102.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 214 39 139 0 0.82 0.35 0.16 325.71 0.69 0.5
Hex D6 27 8B 0 52 23 10 146 45 32
Octal 326 47 213 0 122 43 20 506 105 62
Binary 11010110 100111 10001011 0 1010010 100011 10000 101000110 1000101 110010

Color Harmonies of #D6278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6278B

Black with #D6278B

Text Example


Text Example

White with #D6278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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