Html Css Color HEX #D5279D Deep Cerise

📋 copy color: '#D5279D'

red 213 ◦ green 39 ◦ blue 157

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

Shades of Deep Cerise #D5279D

Tints of Deep Cerise #D5279D

RGB

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

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

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

R = 52.08%
G = 9.54%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5279D (or 0xD5279D) is known color: Deep Cerise. HEX triplet: D5, 27 and 9D. RGB value is (213,39,157). Sum of RGB (Red+Green+Blue) = 213+39+157=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5279D is #2AD862. Grayscale: #686868. Windows color (decimal): -2807907 or 10299349. OLE color: 10299349.

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

Color convert

RGB 213 39 157 -
CMYK 0 0.82 0.26 0.16
HSL 319.31º 0.69% 0.49% -
HSV(B) 319.31º 0.82% 0.84% -
XYZ 34.25 18.03 33.57 -
YUV 104.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 213 39 157 0 0.82 0.26 0.16 319.31 0.69 0.49
Hex D5 27 9D 0 52 1A 10 13F 45 31
Octal 325 47 235 0 122 32 20 477 105 61
Binary 11010101 100111 10011101 0 1010010 11010 10000 100111111 1000101 110001

Color Harmonies of #D5279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5279D

Black with #D5279D

Text Example


Text Example

White with #D5279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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