Html Css Color HEX #D6306F Cerise

📋 copy color: '#D6306F'

red 214 ◦ green 48 ◦ blue 111

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

Shades of Cerise #D6306F

Tints of Cerise #D6306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 57.37%
G = 12.87%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6306F (or 0xD6306F) is known color: Cerise. HEX triplet: D6, 30 and 6F. RGB value is (214,48,111). Sum of RGB (Red+Green+Blue) = 214+48+111=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6306F is #29CF90. Grayscale: #686868. Windows color (decimal): -2740113 or 7286998. OLE color: 7286998.

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

Color convert

RGB 214 48 111 -
CMYK 0 0.78 0.48 0.16
HSL 337.23º 0.67% 0.51% -
HSV(B) 337.23º 0.78% 0.84% -
XYZ 31.66 17.56 16.76 -
YUV 104.82 131.5 205.88 -
System Red Green Blue C M Y K H S L
Decimal 214 48 111 0 0.78 0.48 0.16 337.23 0.67 0.51
Hex D6 30 6F 0 4E 30 10 151 43 33
Octal 326 60 157 0 116 60 20 521 103 63
Binary 11010110 110000 1101111 0 1001110 110000 10000 101010001 1000011 110011

Color Harmonies of #D6306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6306F

Black with #D6306F

Text Example


Text Example

White with #D6306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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