Html Css Color HEX #D5268E Deep Cerise

📋 copy color: '#D5268E'

red 213 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #D5268E

Tints of Deep Cerise #D5268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 54.2%
G = 9.67%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5268E (or 0xD5268E) is known color: Deep Cerise. HEX triplet: D5, 26 and 8E. RGB value is (213,38,142). Sum of RGB (Red+Green+Blue) = 213+38+142=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5268E is #2AD971. Grayscale: #656565. Windows color (decimal): -2808178 or 9316053. OLE color: 9316053.

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

Color convert

RGB 213 38 142 -
CMYK 0 0.82 0.33 0.16
HSL 324.34º 0.7% 0.49% -
HSV(B) 324.34º 0.82% 0.84% -
XYZ 33.02 17.49 27.23 -
YUV 102.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 213 38 142 0 0.82 0.33 0.16 324.34 0.7 0.49
Hex D5 26 8E 0 52 21 10 144 46 31
Octal 325 46 216 0 122 41 20 504 106 61
Binary 11010101 100110 10001110 0 1010010 100001 10000 101000100 1000110 110001

Color Harmonies of #D5268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5268E

Black with #D5268E

Text Example


Text Example

White with #D5268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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