Html Css Color HEX #D5268B Deep Cerise

📋 copy color: '#D5268B'

red 213 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #D5268B

Tints of Deep Cerise #D5268B

RGB

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

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

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

R = 54.62%
G = 9.74%
B = 35.64%

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

#D5268B (or 0xD5268B) is known color: Deep Cerise. HEX triplet: D5, 26 and 8B. RGB value is (213,38,139). Sum of RGB (Red+Green+Blue) = 213+38+139=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5268B is #2AD974. Grayscale: #656565. Windows color (decimal): -2808181 or 9119445. OLE color: 9119445.

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

Color convert

RGB 213 38 139 -
CMYK 0 0.82 0.35 0.16
HSL 325.37º 0.7% 0.49% -
HSV(B) 325.37º 0.82% 0.84% -
XYZ 32.79 17.4 26.06 -
YUV 101.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 213 38 139 0 0.82 0.35 0.16 325.37 0.7 0.49
Hex D5 26 8B 0 52 23 10 145 46 31
Octal 325 46 213 0 122 43 20 505 106 61
Binary 11010101 100110 10001011 0 1010010 100011 10000 101000101 1000110 110001

Color Harmonies of #D5268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5268B

Black with #D5268B

Text Example


Text Example

White with #D5268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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