Html Css Color HEX #D6305D Cerise

📋 copy color: '#D6305D'

red 214 ◦ green 48 ◦ blue 93

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

Shades of Cerise #D6305D

Tints of Cerise #D6305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 60.28%
G = 13.52%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6305D (or 0xD6305D) is known color: Cerise. HEX triplet: D6, 30 and 5D. RGB value is (214,48,93). Sum of RGB (Red+Green+Blue) = 214+48+93=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6305D is #29CFA2. Grayscale: #666666. Windows color (decimal): -2740131 or 6107350. OLE color: 6107350.

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

Color convert

RGB 214 48 93 -
CMYK 0 0.78 0.57 0.16
HSL 343.73º 0.67% 0.51% -
HSV(B) 343.73º 0.78% 0.84% -
XYZ 30.76 17.2 12.05 -
YUV 102.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 214 48 93 0 0.78 0.57 0.16 343.73 0.67 0.51
Hex D6 30 5D 0 4E 39 10 158 43 33
Octal 326 60 135 0 116 71 20 530 103 63
Binary 11010110 110000 1011101 0 1001110 111001 10000 101011000 1000011 110011

Color Harmonies of #D6305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6305D

Black with #D6305D

Text Example


Text Example

White with #D6305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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