Html Css Color HEX #D68FA5 Kobi

📋 copy color: '#D68FA5'

red 214 ◦ green 143 ◦ blue 165

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

Shades of Kobi #D68FA5

Tints of Kobi #D68FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

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

R = 41%
G = 27.39%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D68FA5 (or 0xD68FA5) is known color: Kobi. HEX triplet: D6, 8F and A5. RGB value is (214,143,165). Sum of RGB (Red+Green+Blue) = 214+143+165=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68FA5 is #29705A. Grayscale: #A6A6A6. Windows color (decimal): -2715739 or 10850262. OLE color: 10850262.

HSL color Cylindrical-coordinate representation of color #D68FA5: hue angle of 341.41º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FA5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 165 -
CMYK 0 0.33 0.23 0.16
HSL 341.41º 0.46% 0.7% -
HSV(B) 341.41º 0.33% 0.84% -
XYZ 44.35 36.66 40.34 -
YUV 166.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 214 143 165 0 0.33 0.23 0.16 341.41 0.46 0.7
Hex D6 8F A5 0 21 17 10 155 2E 46
Octal 326 217 245 0 41 27 20 525 56 106
Binary 11010110 10001111 10100101 0 100001 10111 10000 101010101 101110 1000110

Color Harmonies of #D68FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FA5

Black with #D68FA5

Text Example


Text Example

White with #D68FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FA5; }

 p { color: rgb(214,143,165); }

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

background-color css

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

 a { background-color: rgb(214,143,165); }

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

border-color css

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

 span { border-color: rgb(214,143,165); }

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