Html Css Color HEX #D6306D Cerise

📋 copy color: '#D6306D'

red 214 ◦ green 48 ◦ blue 109

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

Shades of Cerise #D6306D

Tints of Cerise #D6306D

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

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

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

R = 57.68%
G = 12.94%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6306D (or 0xD6306D) is known color: Cerise. HEX triplet: D6, 30 and 6D. RGB value is (214,48,109). Sum of RGB (Red+Green+Blue) = 214+48+109=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6306D is #29CF92. Grayscale: #686868. Windows color (decimal): -2740115 or 7155926. OLE color: 7155926.

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

Color convert

RGB 214 48 109 -
CMYK 0 0.78 0.49 0.16
HSL 337.95º 0.67% 0.51% -
HSV(B) 337.95º 0.78% 0.84% -
XYZ 31.55 17.51 16.19 -
YUV 104.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 214 48 109 0 0.78 0.49 0.16 337.95 0.67 0.51
Hex D6 30 6D 0 4E 31 10 152 43 33
Octal 326 60 155 0 116 61 20 522 103 63
Binary 11010110 110000 1101101 0 1001110 110001 10000 101010010 1000011 110011

Color Harmonies of #D6306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6306D

Black with #D6306D

Text Example


Text Example

White with #D6306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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