Html Css Color HEX #D5306A Cerise

📋 copy color: '#D5306A'

red 213 ◦ green 48 ◦ blue 106

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

Shades of Cerise #D5306A

Tints of Cerise #D5306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 58.04%
G = 13.08%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5306A (or 0xD5306A) is known color: Cerise. HEX triplet: D5, 30 and 6A. RGB value is (213,48,106). Sum of RGB (Red+Green+Blue) = 213+48+106=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D5306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5306A is #2ACF95. Grayscale: #676767. Windows color (decimal): -2805654 or 6959317. OLE color: 6959317.

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

Color convert

RGB 213 48 106 -
CMYK 0 0.77 0.50 0.16
HSL 338.91º 0.66% 0.51% -
HSV(B) 338.91º 0.77% 0.84% -
XYZ 31.1 17.3 15.34 -
YUV 103.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 213 48 106 0 0.77 0.50 0.16 338.91 0.66 0.51
Hex D5 30 6A 0 4D 32 10 153 42 33
Octal 325 60 152 0 115 62 20 523 102 63
Binary 11010101 110000 1101010 0 1001101 110010 10000 101010011 1000010 110011

Color Harmonies of #D5306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5306A

Black with #D5306A

Text Example


Text Example

White with #D5306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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