Html Css Color HEX #D5306D Cerise

📋 copy color: '#D5306D'

red 213 ◦ green 48 ◦ blue 109

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

Shades of Cerise #D5306D

Tints of Cerise #D5306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 57.57%
G = 12.97%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5306D (or 0xD5306D) is known color: Cerise. HEX triplet: D5, 30 and 6D. RGB value is (213,48,109). Sum of RGB (Red+Green+Blue) = 213+48+109=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5306D is #2ACF92. Grayscale: #686868. Windows color (decimal): -2805651 or 7155925. OLE color: 7155925.

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

Color convert

RGB 213 48 109 -
CMYK 0 0.77 0.49 0.16
HSL 337.82º 0.66% 0.51% -
HSV(B) 337.82º 0.77% 0.84% -
XYZ 31.26 17.36 16.17 -
YUV 104.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 213 48 109 0 0.77 0.49 0.16 337.82 0.66 0.51
Hex D5 30 6D 0 4D 31 10 152 42 33
Octal 325 60 155 0 115 61 20 522 102 63
Binary 11010101 110000 1101101 0 1001101 110001 10000 101010010 1000010 110011

Color Harmonies of #D5306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5306D

Black with #D5306D

Text Example


Text Example

White with #D5306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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