Html Css Color HEX #D6285D Cerise

📋 copy color: '#D6285D'

red 214 ◦ green 40 ◦ blue 93

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

Shades of Cerise #D6285D

Tints of Cerise #D6285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

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

R = 61.67%
G = 11.53%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6285D (or 0xD6285D) is known color: Cerise. HEX triplet: D6, 28 and 5D. RGB value is (214,40,93). Sum of RGB (Red+Green+Blue) = 214+40+93=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6285D is #29D7A2. Grayscale: #626262. Windows color (decimal): -2742179 or 6105302. OLE color: 6105302.

HSL color Cylindrical-coordinate representation of color #D6285D: hue angle of 341.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6285D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 93 -
CMYK 0 0.81 0.57 0.16
HSL 341.72º 0.69% 0.5% -
HSV(B) 341.72º 0.81% 0.84% -
XYZ 30.47 16.6 11.96 -
YUV 98.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 214 40 93 0 0.81 0.57 0.16 341.72 0.69 0.5
Hex D6 28 5D 0 51 39 10 156 45 32
Octal 326 50 135 0 121 71 20 526 105 62
Binary 11010110 101000 1011101 0 1010001 111001 10000 101010110 1000101 110010

Color Harmonies of #D6285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6285D

Black with #D6285D

Text Example


Text Example

White with #D6285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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