Html Css Color HEX #D5268F Deep Cerise

📋 copy color: '#D5268F'

red 213 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #D5268F

Tints of Deep Cerise #D5268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 54.06%
G = 9.64%
B = 36.29%

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

#D5268F (or 0xD5268F) is known color: Deep Cerise. HEX triplet: D5, 26 and 8F. RGB value is (213,38,143). Sum of RGB (Red+Green+Blue) = 213+38+143=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5268F is #2AD970. Grayscale: #666666. Windows color (decimal): -2808177 or 9381589. OLE color: 9381589.

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

Color convert

RGB 213 38 143 -
CMYK 0 0.82 0.33 0.16
HSL 324º 0.7% 0.49% -
HSV(B) 324º 0.82% 0.84% -
XYZ 33.09 17.52 27.62 -
YUV 102.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 213 38 143 0 0.82 0.33 0.16 324 0.7 0.49
Hex D5 26 8F 0 52 21 10 144 46 31
Octal 325 46 217 0 122 41 20 504 106 61
Binary 11010101 100110 10001111 0 1010010 100001 10000 101000100 1000110 110001

Color Harmonies of #D5268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5268F

Black with #D5268F

Text Example


Text Example

White with #D5268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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