Html Css Color HEX #D6306B Cerise

📋 copy color: '#D6306B'

red 214 ◦ green 48 ◦ blue 107

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

Shades of Cerise #D6306B

Tints of Cerise #D6306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 57.99%
G = 13.01%
B = 29%

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

#D6306B (or 0xD6306B) is known color: Cerise. HEX triplet: D6, 30 and 6B. RGB value is (214,48,107). Sum of RGB (Red+Green+Blue) = 214+48+107=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6306B is #29CF94. Grayscale: #686868. Windows color (decimal): -2740117 or 7024854. OLE color: 7024854.

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

Color convert

RGB 214 48 107 -
CMYK 0 0.78 0.50 0.16
HSL 338.67º 0.67% 0.51% -
HSV(B) 338.67º 0.78% 0.84% -
XYZ 31.44 17.47 15.63 -
YUV 104.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 214 48 107 0 0.78 0.50 0.16 338.67 0.67 0.51
Hex D6 30 6B 0 4E 32 10 153 43 33
Octal 326 60 153 0 116 62 20 523 103 63
Binary 11010110 110000 1101011 0 1001110 110010 10000 101010011 1000011 110011

Color Harmonies of #D6306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6306B

Black with #D6306B

Text Example


Text Example

White with #D6306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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