Html Css Color HEX #D6306A Cerise

📋 copy color: '#D6306A'

red 214 ◦ green 48 ◦ blue 106

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

Shades of Cerise #D6306A

Tints of Cerise #D6306A

RGB

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

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

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

R = 58.15%
G = 13.04%
B = 28.8%

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

#D6306A (or 0xD6306A) is known color: Cerise. HEX triplet: D6, 30 and 6A. RGB value is (214,48,106). Sum of RGB (Red+Green+Blue) = 214+48+106=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6306A is #29CF95. Grayscale: #686868. Windows color (decimal): -2740118 or 6959318. OLE color: 6959318.

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

Color convert

RGB 214 48 106 -
CMYK 0 0.78 0.50 0.16
HSL 339.04º 0.67% 0.51% -
HSV(B) 339.04º 0.78% 0.84% -
XYZ 31.39 17.45 15.35 -
YUV 104.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 214 48 106 0 0.78 0.50 0.16 339.04 0.67 0.51
Hex D6 30 6A 0 4E 32 10 153 43 33
Octal 326 60 152 0 116 62 20 523 103 63
Binary 11010110 110000 1101010 0 1001110 110010 10000 101010011 1000011 110011

Color Harmonies of #D6306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6306A

Black with #D6306A

Text Example


Text Example

White with #D6306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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