Html Css Color HEX #D5347E Deep Cerise

📋 copy color: '#D5347E'

red 213 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #D5347E

Tints of Deep Cerise #D5347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.3%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 54.48%
G = 13.3%
B = 32.23%

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

#D5347E (or 0xD5347E) is known color: Deep Cerise. HEX triplet: D5, 34 and 7E. RGB value is (213,52,126). Sum of RGB (Red+Green+Blue) = 213+52+126=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5347E is #2ACB81. Grayscale: #6C6C6C. Windows color (decimal): -2804610 or 8271061. OLE color: 8271061.

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

Color convert

RGB 213 52 126 -
CMYK 0 0.76 0.41 0.16
HSL 332.42º 0.66% 0.52% -
HSV(B) 332.42º 0.76% 0.84% -
XYZ 32.43 18.11 21.52 -
YUV 108.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 213 52 126 0 0.76 0.41 0.16 332.42 0.66 0.52
Hex D5 34 7E 0 4C 29 10 14C 42 34
Octal 325 64 176 0 114 51 20 514 102 64
Binary 11010101 110100 1111110 0 1001100 101001 10000 101001100 1000010 110100

Color Harmonies of #D5347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5347E

Black with #D5347E

Text Example


Text Example

White with #D5347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5347E; }

 p { color: rgb(213,52,126); }

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

background-color css

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

 a { background-color: rgb(213,52,126); }

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

border-color css

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

 span { border-color: rgb(213,52,126); }

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