Html Css Color HEX #D0285D Cerise

📋 copy color: '#D0285D'

red 208 ◦ green 40 ◦ blue 93

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

Shades of Cerise #D0285D

Tints of Cerise #D0285D

RGB

 RED value IS 208 (81.64% from 255) = 61%

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

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

R = 61%
G = 11.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0285D (or 0xD0285D) is known color: Cerise. HEX triplet: D0, 28 and 5D. RGB value is (208,40,93). Sum of RGB (Red+Green+Blue) = 208+40+93=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0285D is #2FD7A2. Grayscale: #606060. Windows color (decimal): -3135395 or 6105296. OLE color: 6105296.

HSL color Cylindrical-coordinate representation of color #D0285D: hue angle of 341.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0285D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 93 -
CMYK 0 0.81 0.55 0.18
HSL 341.07º 0.68% 0.49% -
HSV(B) 341.07º 0.81% 0.82% -
XYZ 28.75 15.72 11.87 -
YUV 96.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 208 40 93 0 0.81 0.55 0.18 341.07 0.68 0.49
Hex D0 28 5D 0 51 37 12 155 44 31
Octal 320 50 135 0 121 67 22 525 104 61
Binary 11010000 101000 1011101 0 1010001 110111 10010 101010101 1000100 110001

Color Harmonies of #D0285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0285D

Black with #D0285D

Text Example


Text Example

White with #D0285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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