Html Css Color HEX #D5337D Deep Cerise

📋 copy color: '#D5337D'

red 213 ◦ green 51 ◦ blue 125

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

Shades of Deep Cerise #D5337D

Tints of Deep Cerise #D5337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 54.76%
G = 13.11%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5337D (or 0xD5337D) is known color: Deep Cerise. HEX triplet: D5, 33 and 7D. RGB value is (213,51,125). Sum of RGB (Red+Green+Blue) = 213+51+125=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5337D is #2ACC82. Grayscale: #6B6B6B. Windows color (decimal): -2804867 or 8205269. OLE color: 8205269.

HSL color Cylindrical-coordinate representation of color #D5337D: hue angle of 332.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5337D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 125 -
CMYK 0 0.76 0.41 0.16
HSL 332.59º 0.66% 0.52% -
HSV(B) 332.59º 0.76% 0.84% -
XYZ 32.33 17.99 21.17 -
YUV 107.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 213 51 125 0 0.76 0.41 0.16 332.59 0.66 0.52
Hex D5 33 7D 0 4C 29 10 14D 42 34
Octal 325 63 175 0 114 51 20 515 102 64
Binary 11010101 110011 1111101 0 1001100 101001 10000 101001101 1000010 110100

Color Harmonies of #D5337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5337D

Black with #D5337D

Text Example


Text Example

White with #D5337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5337D; }

 p { color: rgb(213,51,125); }

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

background-color css

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

 a { background-color: rgb(213,51,125); }

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

border-color css

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

 span { border-color: rgb(213,51,125); }

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