Html Css Color HEX #D7278B Deep Cerise

📋 copy color: '#D7278B'

red 215 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #D7278B

Tints of Deep Cerise #D7278B

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

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

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

R = 54.71%
G = 9.92%
B = 35.37%

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

#D7278B (or 0xD7278B) is known color: Deep Cerise. HEX triplet: D7, 27 and 8B. RGB value is (215,39,139). Sum of RGB (Red+Green+Blue) = 215+39+139=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7278B is #28D874. Grayscale: #666666. Windows color (decimal): -2676853 or 9119703. OLE color: 9119703.

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

Color convert

RGB 215 39 139 -
CMYK 0 0.82 0.35 0.16
HSL 325.91º 0.69% 0.5% -
HSV(B) 325.91º 0.82% 0.84% -
XYZ 33.41 17.76 26.09 -
YUV 103.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 215 39 139 0 0.82 0.35 0.16 325.91 0.69 0.5
Hex D7 27 8B 0 52 23 10 146 45 32
Octal 327 47 213 0 122 43 20 506 105 62
Binary 11010111 100111 10001011 0 1010010 100011 10000 101000110 1000101 110010

Color Harmonies of #D7278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7278B

Black with #D7278B

Text Example


Text Example

White with #D7278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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