Html Css Color HEX #D994A5 Kobi

📋 copy color: '#D994A5'

red 217 ◦ green 148 ◦ blue 165

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

Shades of Kobi #D994A5

Tints of Kobi #D994A5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 40.94%
G = 27.92%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D994A5 (or 0xD994A5) is known color: Kobi. HEX triplet: D9, 94 and A5. RGB value is (217,148,165). Sum of RGB (Red+Green+Blue) = 217+148+165=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A5 is #266B5A. Grayscale: #AAAAAA. Windows color (decimal): -2517851 or 10851545. OLE color: 10851545.

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

Color convert

RGB 217 148 165 -
CMYK 0 0.32 0.24 0.15
HSL 345.22º 0.48% 0.72% -
HSV(B) 345.22º 0.32% 0.85% -
XYZ 46 38.65 40.63 -
YUV 170.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 217 148 165 0 0.32 0.24 0.15 345.22 0.48 0.72
Hex D9 94 A5 0 20 18 F 159 30 48
Octal 331 224 245 0 40 30 17 531 60 110
Binary 11011001 10010100 10100101 0 100000 11000 1111 101011001 110000 1001000

Color Harmonies of #D994A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994A5

Black with #D994A5

Text Example


Text Example

White with #D994A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994A5; }

 p { color: rgb(217,148,165); }

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

background-color css

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

 a { background-color: rgb(217,148,165); }

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

border-color css

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

 span { border-color: rgb(217,148,165); }

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