Html Css Color HEX #D693A8 Kobi

📋 copy color: '#D693A8'

red 214 ◦ green 147 ◦ blue 168

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

Shades of Kobi #D693A8

Tints of Kobi #D693A8

RGB

 RED value IS 214 (83.98% from 255) = 40.45%

 GREEN value IS 147 (57.81% from 255) = 27.79%

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 40.45%
G = 27.79%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D693A8 (or 0xD693A8) is known color: Kobi. HEX triplet: D6, 93 and A8. RGB value is (214,147,168). Sum of RGB (Red+Green+Blue) = 214+147+168=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D693A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693A8 is #296C57. Grayscale: #A9A9A9. Windows color (decimal): -2714712 or 11047894. OLE color: 11047894.

HSL color Cylindrical-coordinate representation of color #D693A8: hue angle of 341.19º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693A8 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 168 -
CMYK 0 0.31 0.21 0.16
HSL 341.19º 0.45% 0.71% -
HSV(B) 341.19º 0.31% 0.84% -
XYZ 45.23 37.99 41.99 -
YUV 169.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 214 147 168 0 0.31 0.21 0.16 341.19 0.45 0.71
Hex D6 93 A8 0 1F 15 10 155 2D 47
Octal 326 223 250 0 37 25 20 525 55 107
Binary 11010110 10010011 10101000 0 11111 10101 10000 101010101 101101 1000111

Color Harmonies of #D693A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693A8

Black with #D693A8

Text Example


Text Example

White with #D693A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693A8; }

 p { color: rgb(214,147,168); }

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

background-color css

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

 a { background-color: rgb(214,147,168); }

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

border-color css

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

 span { border-color: rgb(214,147,168); }

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