Html Css Color HEX #D995A2 Kobi

📋 copy color: '#D995A2'

red 217 ◦ green 149 ◦ blue 162

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

Shades of Kobi #D995A2

Tints of Kobi #D995A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 41.1%
G = 28.22%
B = 30.68%

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

#D995A2 (or 0xD995A2) is known color: Kobi. HEX triplet: D9, 95 and A2. RGB value is (217,149,162). Sum of RGB (Red+Green+Blue) = 217+149+162=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D995A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D995A2 is #266A5D. Grayscale: #AAAAAA. Windows color (decimal): -2517598 or 10655193. OLE color: 10655193.

HSL color Cylindrical-coordinate representation of color #D995A2: hue angle of 348.53º 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 #D995A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 162 -
CMYK 0 0.31 0.25 0.15
HSL 348.53º 0.47% 0.72% -
HSV(B) 348.53º 0.31% 0.85% -
XYZ 45.88 38.86 39.26 -
YUV 170.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 217 149 162 0 0.31 0.25 0.15 348.53 0.47 0.72
Hex D9 95 A2 0 1F 19 F 15D 2F 48
Octal 331 225 242 0 37 31 17 535 57 110
Binary 11011001 10010101 10100010 0 11111 11001 1111 101011101 101111 1001000

Color Harmonies of #D995A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995A2

Black with #D995A2

Text Example


Text Example

White with #D995A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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