Html Css Color HEX #D5346D Cerise

📋 copy color: '#D5346D'

red 213 ◦ green 52 ◦ blue 109

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

Shades of Cerise #D5346D

Tints of Cerise #D5346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 56.95%
G = 13.9%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5346D (or 0xD5346D) is known color: Cerise. HEX triplet: D5, 34 and 6D. RGB value is (213,52,109). Sum of RGB (Red+Green+Blue) = 213+52+109=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5346D is #2ACB92. Grayscale: #6A6A6A. Windows color (decimal): -2804627 or 7156949. OLE color: 7156949.

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

Color convert

RGB 213 52 109 -
CMYK 0 0.76 0.49 0.16
HSL 338.76º 0.66% 0.52% -
HSV(B) 338.76º 0.76% 0.84% -
XYZ 31.43 17.71 16.23 -
YUV 106.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 213 52 109 0 0.76 0.49 0.16 338.76 0.66 0.52
Hex D5 34 6D 0 4C 31 10 153 42 34
Octal 325 64 155 0 114 61 20 523 102 64
Binary 11010101 110100 1101101 0 1001100 110001 10000 101010011 1000010 110100

Color Harmonies of #D5346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5346D

Black with #D5346D

Text Example


Text Example

White with #D5346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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