Html Css Color HEX #D0386E Cerise

📋 copy color: '#D0386E'

red 208 ◦ green 56 ◦ blue 110

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

Shades of Cerise #D0386E

Tints of Cerise #D0386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.97%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 55.61%
G = 14.97%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0386E (or 0xD0386E) is known color: Cerise. HEX triplet: D0, 38 and 6E. RGB value is (208,56,110). Sum of RGB (Red+Green+Blue) = 208+56+110=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0386E is #2FC791. Grayscale: #6B6B6B. Windows color (decimal): -3131282 or 7223504. OLE color: 7223504.

HSL color Cylindrical-coordinate representation of color #D0386E: hue angle of 338.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0386E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 110 -
CMYK 0 0.73 0.47 0.18
HSL 338.68º 0.62% 0.52% -
HSV(B) 338.68º 0.73% 0.82% -
XYZ 30.24 17.36 16.51 -
YUV 107.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 208 56 110 0 0.73 0.47 0.18 338.68 0.62 0.52
Hex D0 38 6E 0 49 2F 12 153 3E 34
Octal 320 70 156 0 111 57 22 523 76 64
Binary 11010000 111000 1101110 0 1001001 101111 10010 101010011 111110 110100

Color Harmonies of #D0386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0386E

Black with #D0386E

Text Example


Text Example

White with #D0386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0386E; }

 p { color: rgb(208,56,110); }

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

background-color css

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

 a { background-color: rgb(208,56,110); }

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

border-color css

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

 span { border-color: rgb(208,56,110); }

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