Html Css Color HEX #D5286D Cerise

📋 copy color: '#D5286D'

red 213 ◦ green 40 ◦ blue 109

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

Shades of Cerise #D5286D

Tints of Cerise #D5286D

RGB

 RED value IS 213 (83.59% from 255) = 58.84%

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

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 58.84%
G = 11.05%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5286D (or 0xD5286D) is known color: Cerise. HEX triplet: D5, 28 and 6D. RGB value is (213,40,109). Sum of RGB (Red+Green+Blue) = 213+40+109=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5286D is #2AD792. Grayscale: #636363. Windows color (decimal): -2807699 or 7153877. OLE color: 7153877.

HSL color Cylindrical-coordinate representation of color #D5286D: hue angle of 336.07º degrees, saturation: 0.68, 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 #D5286D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 109 -
CMYK 0 0.81 0.49 0.16
HSL 336.07º 0.68% 0.5% -
HSV(B) 336.07º 0.81% 0.84% -
XYZ 30.96 16.77 16.07 -
YUV 99.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 213 40 109 0 0.81 0.49 0.16 336.07 0.68 0.5
Hex D5 28 6D 0 51 31 10 150 44 32
Octal 325 50 155 0 121 61 20 520 104 62
Binary 11010101 101000 1101101 0 1010001 110001 10000 101010000 1000100 110010

Color Harmonies of #D5286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5286D

Black with #D5286D

Text Example


Text Example

White with #D5286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5286D; }

 p { color: rgb(213,40,109); }

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

background-color css

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

 a { background-color: rgb(213,40,109); }

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

border-color css

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

 span { border-color: rgb(213,40,109); }

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