Html Css Color HEX #D5279C Deep Cerise

📋 copy color: '#D5279C'

red 213 ◦ green 39 ◦ blue 156

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

Shades of Deep Cerise #D5279C

Tints of Deep Cerise #D5279C

RGB

 RED value IS 213 (83.59% from 255) = 52.21%

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 52.21%
G = 9.56%
B = 38.24%

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

#D5279C (or 0xD5279C) is known color: Deep Cerise. HEX triplet: D5, 27 and 9C. RGB value is (213,39,156). Sum of RGB (Red+Green+Blue) = 213+39+156=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5279C is #2AD863. Grayscale: #686868. Windows color (decimal): -2807908 or 10233813. OLE color: 10233813.

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

Color convert

RGB 213 39 156 -
CMYK 0 0.82 0.27 0.16
HSL 319.66º 0.69% 0.49% -
HSV(B) 319.66º 0.82% 0.84% -
XYZ 34.17 18 33.13 -
YUV 104.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 213 39 156 0 0.82 0.27 0.16 319.66 0.69 0.49
Hex D5 27 9C 0 52 1B 10 140 45 31
Octal 325 47 234 0 122 33 20 500 105 61
Binary 11010101 100111 10011100 0 1010010 11011 10000 101000000 1000101 110001

Color Harmonies of #D5279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5279C

Black with #D5279C

Text Example


Text Example

White with #D5279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5279C; }

 p { color: rgb(213,39,156); }

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

background-color css

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

 a { background-color: rgb(213,39,156); }

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

border-color css

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

 span { border-color: rgb(213,39,156); }

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