Html Css Color HEX #D6306C Cerise

📋 copy color: '#D6306C'

red 214 ◦ green 48 ◦ blue 108

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

Shades of Cerise #D6306C

Tints of Cerise #D6306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 57.84%
G = 12.97%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6306C (or 0xD6306C) is known color: Cerise. HEX triplet: D6, 30 and 6C. RGB value is (214,48,108). Sum of RGB (Red+Green+Blue) = 214+48+108=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6306C is #29CF93. Grayscale: #686868. Windows color (decimal): -2740116 or 7090390. OLE color: 7090390.

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

Color convert

RGB 214 48 108 -
CMYK 0 0.78 0.50 0.16
HSL 338.31º 0.67% 0.51% -
HSV(B) 338.31º 0.78% 0.84% -
XYZ 31.5 17.49 15.9 -
YUV 104.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 214 48 108 0 0.78 0.50 0.16 338.31 0.67 0.51
Hex D6 30 6C 0 4E 32 10 152 43 33
Octal 326 60 154 0 116 62 20 522 103 63
Binary 11010110 110000 1101100 0 1001110 110010 10000 101010010 1000011 110011

Color Harmonies of #D6306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6306C

Black with #D6306C

Text Example


Text Example

White with #D6306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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