Html Css Color HEX #D5296D Cerise

📋 copy color: '#D5296D'

red 213 ◦ green 41 ◦ blue 109

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

Shades of Cerise #D5296D

Tints of Cerise #D5296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

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

R = 58.68%
G = 11.29%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5296D (or 0xD5296D) is known color: Cerise. HEX triplet: D5, 29 and 6D. RGB value is (213,41,109). Sum of RGB (Red+Green+Blue) = 213+41+109=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5296D is #2AD692. Grayscale: #646464. Windows color (decimal): -2807443 or 7154133. OLE color: 7154133.

HSL color Cylindrical-coordinate representation of color #D5296D: hue angle of 336.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5296D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 109 -
CMYK 0 0.81 0.49 0.16
HSL 336.28º 0.68% 0.5% -
HSV(B) 336.28º 0.81% 0.84% -
XYZ 30.99 16.84 16.08 -
YUV 100.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 213 41 109 0 0.81 0.49 0.16 336.28 0.68 0.5
Hex D5 29 6D 0 51 31 10 150 44 32
Octal 325 51 155 0 121 61 20 520 104 62
Binary 11010101 101001 1101101 0 1010001 110001 10000 101010000 1000100 110010

Color Harmonies of #D5296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5296D

Black with #D5296D

Text Example


Text Example

White with #D5296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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