Html Css Color HEX #D694A8 Kobi

📋 copy color: '#D694A8'

red 214 ◦ green 148 ◦ blue 168

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

Shades of Kobi #D694A8

Tints of Kobi #D694A8

RGB

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

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

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

R = 40.38%
G = 27.92%
B = 31.7%

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

#D694A8 (or 0xD694A8) is known color: Kobi. HEX triplet: D6, 94 and A8. RGB value is (214,148,168). Sum of RGB (Red+Green+Blue) = 214+148+168=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D694A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694A8 is #296B57. Grayscale: #A9A9A9. Windows color (decimal): -2714456 or 11048150. OLE color: 11048150.

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

Color convert

RGB 214 148 168 -
CMYK 0 0.31 0.21 0.16
HSL 341.82º 0.45% 0.71% -
HSV(B) 341.82º 0.31% 0.84% -
XYZ 45.39 38.3 42.05 -
YUV 170.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 214 148 168 0 0.31 0.21 0.16 341.82 0.45 0.71
Hex D6 94 A8 0 1F 15 10 156 2D 47
Octal 326 224 250 0 37 25 20 526 55 107
Binary 11010110 10010100 10101000 0 11111 10101 10000 101010110 101101 1000111

Color Harmonies of #D694A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694A8

Black with #D694A8

Text Example


Text Example

White with #D694A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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