Html Css Color HEX #D995A3 Kobi

📋 copy color: '#D995A3'

red 217 ◦ green 149 ◦ blue 163

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

Shades of Kobi #D995A3

Tints of Kobi #D995A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.17%

 BLUE value IS 163 (64.06% from 255) = 30.81%

R = 41.02%
G = 28.17%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D995A3 (or 0xD995A3) is known color: Kobi. HEX triplet: D9, 95 and A3. RGB value is (217,149,163). Sum of RGB (Red+Green+Blue) = 217+149+163=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A3 is #266A5C. Grayscale: #AAAAAA. Windows color (decimal): -2517597 or 10720729. OLE color: 10720729.

HSL color Cylindrical-coordinate representation of color #D995A3: hue angle of 347.65º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995A3 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 163 -
CMYK 0 0.31 0.25 0.15
HSL 347.65º 0.47% 0.72% -
HSV(B) 347.65º 0.31% 0.85% -
XYZ 45.97 38.89 39.73 -
YUV 170.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 217 149 163 0 0.31 0.25 0.15 347.65 0.47 0.72
Hex D9 95 A3 0 1F 19 F 15C 2F 48
Octal 331 225 243 0 37 31 17 534 57 110
Binary 11011001 10010101 10100011 0 11111 11001 1111 101011100 101111 1001000

Color Harmonies of #D995A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995A3

Black with #D995A3

Text Example


Text Example

White with #D995A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995A3; }

 p { color: rgb(217,149,163); }

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

background-color css

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

 a { background-color: rgb(217,149,163); }

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

border-color css

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

 span { border-color: rgb(217,149,163); }

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