Html Css Color HEX #D985A6 Kobi

📋 copy color: '#D985A6'

red 217 ◦ green 133 ◦ blue 166

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

Shades of Kobi #D985A6

Tints of Kobi #D985A6

RGB

 RED value IS 217 (85.16% from 255) = 42.05%

 GREEN value IS 133 (52.34% from 255) = 25.78%

 BLUE value IS 166 (65.23% from 255) = 32.17%

R = 42.05%
G = 25.78%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D985A6 (or 0xD985A6) is known color: Kobi. HEX triplet: D9, 85 and A6. RGB value is (217,133,166). Sum of RGB (Red+Green+Blue) = 217+133+166=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D985A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D985A6 is #267A59. Grayscale: #A1A1A1. Windows color (decimal): -2521690 or 10913241. OLE color: 10913241.

HSL color Cylindrical-coordinate representation of color #D985A6: hue angle of 336.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985A6 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 166 -
CMYK 0 0.39 0.24 0.15
HSL 336.43º 0.53% 0.69% -
HSV(B) 336.43º 0.39% 0.85% -
XYZ 43.89 34.28 40.38 -
YUV 161.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 217 133 166 0 0.39 0.24 0.15 336.43 0.53 0.69
Hex D9 85 A6 0 27 18 F 150 34 45
Octal 331 205 246 0 47 30 17 520 64 105
Binary 11011001 10000101 10100110 0 100111 11000 1111 101010000 110100 1000101

Color Harmonies of #D985A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985A6

Black with #D985A6

Text Example


Text Example

White with #D985A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985A6; }

 p { color: rgb(217,133,166); }

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

background-color css

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

 a { background-color: rgb(217,133,166); }

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

border-color css

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

 span { border-color: rgb(217,133,166); }

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