Html Css Color HEX #D5267C Deep Cerise

📋 copy color: '#D5267C'

red 213 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #D5267C

Tints of Deep Cerise #D5267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.13%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 56.8%
G = 10.13%
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

#D5267C (or 0xD5267C) is known color: Deep Cerise. HEX triplet: D5, 26 and 7C. RGB value is (213,38,124). Sum of RGB (Red+Green+Blue) = 213+38+124=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5267C is #2AD983. Grayscale: #636363. Windows color (decimal): -2808196 or 8136405. OLE color: 8136405.

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

Color convert

RGB 213 38 124 -
CMYK 0 0.82 0.42 0.16
HSL 330.51º 0.7% 0.49% -
HSV(B) 330.51º 0.82% 0.84% -
XYZ 31.77 16.99 20.67 -
YUV 100.13 141.48 208.51 -
System Red Green Blue C M Y K H S L
Decimal 213 38 124 0 0.82 0.42 0.16 330.51 0.7 0.49
Hex D5 26 7C 0 52 2A 10 14B 46 31
Octal 325 46 174 0 122 52 20 513 106 61
Binary 11010101 100110 1111100 0 1010010 101010 10000 101001011 1000110 110001

Color Harmonies of #D5267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5267C

Black with #D5267C

Text Example


Text Example

White with #D5267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5267C; }

 p { color: rgb(213,38,124); }

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

background-color css

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

 a { background-color: rgb(213,38,124); }

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

border-color css

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

 span { border-color: rgb(213,38,124); }

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